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 3760a6b commit dda98e3Copy full SHA for dda98e3
RELEASE.rst
@@ -1,6 +1,12 @@
1
Release Notes
2
=============
3
4
+Version 0.131.9
5
+---------------
6
+
7
+- Force membership_type to be the same as integration_type (#3029)
8
+- Only whole numbers for Financial Assistance Form income input (#3024)
9
10
Version 0.131.8 (Released October 23, 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.131.8"
+VERSION = "0.131.9"
40
41
log = logging.getLogger()
42
0 commit comments