Skip to content

Commit f45653f

Browse files
committed
Merge branch 'release'
2 parents a47a14c + fe12736 commit f45653f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release Notes
22
=============
33

4+
Version 0.131.9 (Released October 23, 2025)
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+
410
Version 0.131.8 (Released October 23, 2025)
511
---------------
612

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from main.sentry import init_sentry
3737
from openapi.settings_spectacular import open_spectacular_settings
3838

39-
VERSION = "0.131.8"
39+
VERSION = "0.131.9"
4040

4141
log = logging.getLogger()
4242

0 commit comments

Comments
 (0)