Skip to content

Commit 660fef2

Browse files
committed
Merge branch 'release' into main
2 parents 69cb68e + 123317e commit 660fef2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.rst

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

4+
Version 0.21.0 (Released October 07, 2024)
5+
--------------
6+
7+
- update og:image to use new logo (#1658)
8+
- Use a partial match mode as the search mode for instructor fields(#1652)
9+
410
Version 0.20.4 (Released October 07, 2024)
511
--------------
612

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.20.4"
36+
VERSION = "0.21.0"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)