Skip to content

Commit 8b413fd

Browse files
committed
Release 0.132.1
1 parent 18e7ef9 commit 8b413fd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASE.rst

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

4+
Version 0.132.1
5+
---------------
6+
7+
- Should return Dated course runs correctly (#3038)
8+
- chore(deps): update postgres docker tag to v15.14 (#3046)
9+
- chore(deps): update nginx docker tag to v1.29 (#3045)
10+
- chore(deps): update dependency ruff to ^0.14 (#3044)
11+
- fix(deps): update dependency mitol-django-apigateway to v2025.8.14 (#3041)
12+
- Fix OrganizationPage slug regeneration on name changes (#3002)
13+
- Fix IntegrityError when syncing Keycloak organizations without descriptions (#3013)
14+
- Adding issue date to CertificateBase (#3025)
15+
416
Version 0.132.0 (Released October 27, 2025)
517
---------------
618

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.132.0"
39+
VERSION = "0.132.1"
4040

4141
log = logging.getLogger()
4242

0 commit comments

Comments
 (0)