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 44497b8 + 0156c07 commit a6dbfa6Copy full SHA for a6dbfa6
RELEASE.rst
@@ -1,6 +1,12 @@
1
Release Notes
2
=============
3
4
+Version 0.107.0 (Released December 10, 2024)
5
+---------------
6
+
7
+- fix(deps): update dependency django to v4.2.17 [security] (#2490)
8
+- Populate max min weekly hours (#2488)
9
10
Version 0.106.1 (Released December 09, 2024)
11
---------------
12
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.1"
+VERSION = "0.107.0"
33
34
log = logging.getLogger()
35
0 commit comments