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.
1 parent 7640f54 commit 10dd170Copy full SHA for 10dd170
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.135.4
5
+---------------
6
+
7
+- Fix issues with course certificate generation (#3106)
8
+- upgrade Django to 5.0.14 (#3096)
9
+- fix(deps): update dependency wagtail to v7.2 (#3103)
10
11
Version 0.135.3 (Released November 24, 2025)
12
---------------
13
main/settings.py
@@ -36,7 +36,7 @@
36
from main.sentry import init_sentry
37
from openapi.settings_spectacular import open_spectacular_settings
38
39
-VERSION = "0.135.3"
+VERSION = "0.135.4"
40
41
log = logging.getLogger()
42
0 commit comments