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 eadb5de commit 1de7b6cCopy full SHA for 1de7b6c
RELEASE.rst
@@ -1,6 +1,14 @@
1
Release Notes
2
=============
3
4
+Version 0.134.0
5
+---------------
6
+
7
+- fix migration conflict (#3073)
8
+- Enrollment Item menu label (#3067)
9
+- open api diff action (#3064)
10
+- Update attach user endpoint to check redemptions more closely (#3066)
11
12
Version 0.133.1 (Released November 05, 2025)
13
---------------
14
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.133.1"
+VERSION = "0.134.0"
40
41
log = logging.getLogger()
42
0 commit comments