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 232580f + 2b22bc3 commit 18e7ef9Copy full SHA for 18e7ef9
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.132.0 (Released October 27, 2025)
5
+---------------
6
+
7
+- Skip tests broken due to expedited hotfix (#3036)
8
+- Don't remove users from contracts for now (#3033)
9
+- Removing First and Last name (#2997)
10
11
Version 0.131.9 (Released October 23, 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.131.9"
+VERSION = "0.132.0"
40
41
log = logging.getLogger()
42
0 commit comments