From 352b8e3075166c63ea9ad2c13bdda5e912ebd837 Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 10 Aug 2023 09:57:14 +0000 Subject: [PATCH 1/2] Release 0.70.6 --- RELEASE.rst | 5 +++++ main/settings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 8d1121682..88e0c6f79 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.70.6 +-------------- + +- feat: force all enrollments (#1761) + Version 0.70.5 (Released August 08, 2023) -------------- diff --git a/main/settings.py b/main/settings.py index 484429916..20cb57d11 100644 --- a/main/settings.py +++ b/main/settings.py @@ -28,7 +28,7 @@ from main.celery_utils import OffsettingSchedule from main.sentry import init_sentry -VERSION = "0.70.5" +VERSION = "0.70.6" log = logging.getLogger() From 77a8911c802c9a1988b0967e01fdf87cb5247ae4 Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 15 Aug 2023 17:32:33 +0000 Subject: [PATCH 2/2] Release date for 0.70.6 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 88e0c6f79..f8c629482 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.70.6 +Version 0.70.6 (Released August 15, 2023) -------------- - feat: force all enrollments (#1761)