From e5a174db6b1fd339b39fd600d13d2ba660e30cda Mon Sep 17 00:00:00 2001 From: Doof Date: Fri, 16 Aug 2024 13:39:28 +0000 Subject: [PATCH] Release 0.98.15 --- RELEASE.rst | 10 ++++++++++ main/settings.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 75fbe66d7e..dc36574ea0 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,16 @@ Release Notes ============= +Version 0.98.15 +--------------- + +- Add Go To Course button (#2349) +- Add availability to Courses API endpoint (#2308) +- Generate certificates twice a day (#2348) +- Add time_commitment and durations to the courses api (#2334) +- Update dependency django-anymail to v11 (#2341) +- Update redis Docker tag to v6.2.14 (#2346) + Version 0.98.14 (Released August 15, 2024) --------------- diff --git a/main/settings.py b/main/settings.py index 5aab2933e4..3cf7b38c3c 100644 --- a/main/settings.py +++ b/main/settings.py @@ -29,7 +29,7 @@ from main.celery_utils import OffsettingSchedule from main.sentry import init_sentry -VERSION = "0.98.14" +VERSION = "0.98.15" log = logging.getLogger()