From 09034e2e796f97db8812287d468fbe53d8f0f95c Mon Sep 17 00:00:00 2001 From: Doof Date: Thu, 5 Dec 2024 19:12:55 +0000 Subject: [PATCH 1/2] Release 0.106.1 --- RELEASE.rst | 7 +++++++ main/settings.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 44fa02207..e9bdbc162 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,13 @@ Release Notes ============= +Version 0.106.1 +--------------- + +- Fix up a migration (#2485) +- fix nginx docker error (#2486) +- Migrate existing (string) values to populate min_weeks and max_weeks (#2481) + Version 0.106.0 (Released December 02, 2024) --------------- diff --git a/main/settings.py b/main/settings.py index 4760c0a0f..168078dba 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.106.0" +VERSION = "0.106.1" log = logging.getLogger() From 8d4b8004ba653e5acc51bbe19c7df941bff4429f Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 9 Dec 2024 13:25:01 +0000 Subject: [PATCH 2/2] Release date for 0.106.1 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index e9bdbc162..1725b27b5 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.106.1 +Version 0.106.1 (Released December 09, 2024) --------------- - Fix up a migration (#2485)