Skip to content

Commit e0844ed

Browse files
committed
Merge branch 'release'
2 parents dd8fd99 + 0459954 commit e0844ed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

RELEASE.rst

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

4+
Version 0.24.1 (Released October 30, 2024)
5+
--------------
6+
7+
- Fix prolearn bug for existing resources whose urls have changed (#1775)
8+
- [pre-commit.ci] pre-commit autoupdate (#1629)
9+
- Update typescript-eslint monorepo to v8 (#1534)
10+
- fixing intermittent test failure (#1773)
11+
- Professional Education ETL Pipeline (#1210)
12+
413
Version 0.24.0 (Released October 29, 2024)
514
--------------
615

main/settings.py

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

36-
VERSION = "0.24.0"
36+
VERSION = "0.24.1"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)