Skip to content

Commit 265c351

Browse files
committed
Merge branch 'release'
2 parents 1ac164a + f2e23f8 commit 265c351

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

RELEASE.rst

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

4+
Version 0.33.0 (Released May 28, 2025)
5+
--------------
6+
7+
- remove the backend heroku deploy step from the RC Github Actions build since that happens in Kubernetes now (#2258)
8+
- config: Allow health endpoints to bypass SSL redirect
9+
- config: Remove syslog handler (#2250)
10+
- feat: Add health check (#2247)
11+
- Ensure celery tasks execute once (#2242)
12+
- Fix flaky test (#2246)
13+
- [pre-commit.ci] pre-commit autoupdate (#2248)
14+
- Set card link on org dashboard pages to courseware url (#2239)
15+
- [pre-commit.ci] pre-commit autoupdate (#2215)
16+
- chore(deps): pin dependencies (#2245)
17+
- fix(deps): update dependency youtube-transcript-api to v1 (#2206)
18+
- Tracking user account creation event in posthog (#2237)
19+
- Fix ordering of modules in UAI dashboard (#2232)
20+
421
Version 0.31.3 (Released May 12, 2025)
522
--------------
623

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from main.settings_pluggy import * # noqa: F403
3535
from openapi.settings_spectacular import open_spectacular_settings
3636

37-
VERSION = "0.31.3"
37+
VERSION = "0.33.0"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)