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 975966f + 1ac5fdd commit 2dd21f1Copy full SHA for 2dd21f1
RELEASE.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+Version 0.131.10 (Released October 23, 2025)
5
+----------------
6
+
7
+- Don't remove users from contracts for now (#3033)
8
9
Version 0.131.9 (Released October 23, 2025)
10
---------------
11
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.131.10"
40
41
log = logging.getLogger()
42
0 commit comments