We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b2b666 + 8d4b800 commit ed7d438Copy full SHA for ed7d438
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.106.1 (Released December 09, 2024)
5
+---------------
6
+
7
+- Fix up a migration (#2485)
8
+- fix nginx docker error (#2486)
9
+- Migrate existing (string) values to populate min_weeks and max_weeks (#2481)
10
11
Version 0.106.0 (Released December 02, 2024)
12
---------------
13
main/settings.py
@@ -29,7 +29,7 @@
29
from main.celery_utils import OffsettingSchedule
30
from main.sentry import init_sentry
31
32
-VERSION = "0.106.0"
+VERSION = "0.106.1"
33
34
log = logging.getLogger()
35
0 commit comments