Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Oct 30, 2024
2 parents dd8fd99 + 0459954 commit e0844ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

Version 0.24.1 (Released October 30, 2024)
--------------

- Fix prolearn bug for existing resources whose urls have changed (#1775)
- [pre-commit.ci] pre-commit autoupdate (#1629)
- Update typescript-eslint monorepo to v8 (#1534)
- fixing intermittent test failure (#1773)
- Professional Education ETL Pipeline (#1210)

Version 0.24.0 (Released October 29, 2024)
--------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from main.settings_pluggy import * # noqa: F403
from openapi.settings_spectacular import open_spectacular_settings

VERSION = "0.24.0"
VERSION = "0.24.1"

log = logging.getLogger()

Expand Down

0 comments on commit e0844ed

Please sign in to comment.