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 69cb68e + 123317e commit 660fef2Copy full SHA for 660fef2
RELEASE.rst
@@ -1,6 +1,12 @@
1
Release Notes
2
=============
3
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
10
Version 0.20.4 (Released October 07, 2024)
11
--------------
12
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.20.4"
+VERSION = "0.21.0"
37
38
log = logging.getLogger()
39
0 commit comments