Skip to content

Commit fc177ab

Browse files
committed
Release 0.136.1
1 parent 2efecc8 commit fc177ab

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

RELEASE.rst

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

4+
Version 0.136.1
5+
---------------
6+
7+
- Remove social auth (#3127)
8+
- REmoved banner and footer (#3120)
9+
- Handle blank signatories in migrate_edx_data (#3125)
10+
- add a management command backfill_certificate_page_revision (#3115)
11+
- fix: Fix LTI based duplicate email users (#3098)
12+
- fix: sync keycloak users to hubspot on create (#3119)
13+
- fix(deps): update dependency social-auth-app-django to v5.6.0 [security] (#3005)
14+
- Add multiple items to cart (#3117)
15+
- Upgrade django to 5.1.15 (#3108)
16+
- Removed option related to unused pgbouncer (#3118)
17+
- Fix close button on add to cart confirm modal (#3114)
18+
- Update retrieve user api to be versioned (#3102)
19+
- Fix a 500 error when previewing CertificatePage from CMS (#3116)
20+
- Hubspot course name fix (#3100)
21+
- Fix b2b management commands (#3113)
22+
423
Version 0.135.6 (Released December 01, 2025)
524
---------------
625

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.135.6"
39+
VERSION = "0.136.1"
4040

4141
log = logging.getLogger()
4242

0 commit comments

Comments
 (0)