Skip to content

Commit 3286acc

Browse files
committed
Merge branch 'release'
2 parents 17928c4 + 0dcd6b0 commit 3286acc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

RELEASE.rst

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

4+
Version 0.131.1 (Released September 30, 2025)
5+
---------------
6+
7+
- feat: Install granian. (#2976)
8+
- Revert "chore: upgrade hubspot-api-client and mitol-django-hubspot-api" (#2980)
9+
- Capture all 400/409 errors from openedx (#2974)
10+
- fix(deps): update dependency deepdiff to v8 [security] (#2921)
11+
- Add third title to SignatoryPage (#2954)
12+
- Create a management command to run edx courserun migration (#2922)
13+
- chore(deps): update dependency authlib to v1.6.4 [security] (#2971)
14+
- Fix openedx user sync issues (#2970)
15+
- chore: upgrade hubspot-api-client and mitol-django-hubspot-api (#2949)
16+
- Add Keycloak organization sync (#2948)
17+
- make first_name / last_name not required in legal_address updates (#2967)
18+
- Update the B2B course run creation code to explicitly look for a source course (#2959)
19+
420
Version 0.130.4 (Released September 25, 2025)
521
---------------
622

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.130.4"
39+
VERSION = "0.131.1"
4040

4141
log = logging.getLogger()
4242

0 commit comments

Comments
 (0)