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 4359ba5 + f5047c3 commit d66530fCopy full SHA for d66530f
RELEASE.rst
@@ -1,6 +1,12 @@
1
Release Notes
2
=============
3
4
+Version 0.135.0 (Released November 12, 2025)
5
+---------------
6
+
7
+- ordered ContractPage programs (#3079)
8
+- Inactive contracts should not appear in API results by default (#3074)
9
10
Version 0.134.1 (Released November 07, 2025)
11
---------------
12
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.134.1"
+VERSION = "0.135.0"
40
41
log = logging.getLogger()
42
0 commit comments