File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Release 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+
416Version 0.132.0 (Released October 27, 2025)
517---------------
618
Original file line number Diff line number Diff line change 3636from main .sentry import init_sentry
3737from openapi .settings_spectacular import open_spectacular_settings
3838
39- VERSION = "0.132.0 "
39+ VERSION = "0.132.1 "
4040
4141log = logging .getLogger ()
4242
You can’t perform that action at this time.
0 commit comments