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.
1 parent 5b777fa commit d5b8412Copy full SHA for d5b8412
RELEASE.rst
@@ -1,6 +1,14 @@
1
Release Notes
2
=============
3
4
+Version 0.22.0
5
+--------------
6
+
7
+- Make add to list dialog scrollable (#1689)
8
+- make search defaults settable (#1681)
9
+- Shuffling around where the search_update event is fired so it happens in more places (#1679)
10
+- prevent featured course carousel from re-randomizing (#1673)
11
12
Version 0.21.3 (Released October 15, 2024)
13
--------------
14
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.3"
+VERSION = "0.22.0"
37
38
log = logging.getLogger()
39
0 commit comments