Skip to content

Commit d5b8412

Browse files
committed
Release 0.22.0
1 parent 5b777fa commit d5b8412

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release Notes
22
=============
33

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+
412
Version 0.21.3 (Released October 15, 2024)
513
--------------
614

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from main.settings_pluggy import * # noqa: F403
3434
from openapi.settings_spectacular import open_spectacular_settings
3535

36-
VERSION = "0.21.3"
36+
VERSION = "0.22.0"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)