We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187d942 commit e2a1e9dCopy full SHA for e2a1e9d
2 files changed
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.56.3
5
+--------------
6
+
7
+- Learning resource views ETL fix (#2993)
8
+- fix: make direct call to cdn purge (#2983)
9
+- backend for standardizing learning material resources - articles, videos, documents (#2965)
10
11
Version 0.56.1 (Released March 02, 2026)
12
--------------
13
main/settings.py
@@ -34,7 +34,7 @@
34
from main.settings_pluggy import * # noqa: F403
35
from openapi.settings_spectacular import open_spectacular_settings
36
37
-VERSION = "0.56.1"
+VERSION = "0.56.3"
38
39
log = logging.getLogger()
40
0 commit comments