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 1c18058 + 671f2af commit 5b777faCopy full SHA for 5b777fa
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
4
+Version 0.21.3 (Released October 15, 2024)
5
+--------------
6
+
7
+- removing invalid flag from clear cache command (#1675)
8
+- Clear Cache on Deploy (#1668)
9
+- Update Yarn to v4.5.0 (#1624)
10
+- topic detail banner / subtopic logic revisions (#1646)
11
+- Restore program letter intercept view (#1643)
12
13
Version 0.21.2 (Released October 10, 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.21.2"
+VERSION = "0.21.3"
37
38
log = logging.getLogger()
39
0 commit comments