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 2a8012f + 56e9c17 commit ab130b6Copy full SHA for ab130b6
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.103.2 (Released October 17, 2024)
5
+---------------
6
+
7
+- fix custom 404 template (#2414)
8
+- Update dependency @sentry/browser to v8.33.0 [SECURITY] (#2415)
9
+- Update dependency requests to v2.32.2 [SECURITY] (#2410)
10
11
Version 0.103.1 (Released October 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.103.1"
+VERSION = "0.103.2"
33
34
log = logging.getLogger()
35
0 commit comments