We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd8fd99 + 0459954 commit e0844edCopy full SHA for e0844ed
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
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
13
Version 0.24.0 (Released October 29, 2024)
14
--------------
15
main/settings.py
@@ -33,7 +33,7 @@
33
from main.settings_pluggy import * # noqa: F403
34
from openapi.settings_spectacular import open_spectacular_settings
35
36
-VERSION = "0.24.0"
+VERSION = "0.24.1"
37
38
log = logging.getLogger()
39
0 commit comments