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 fc393e7 + cc186dc commit 8f570c8Copy full SHA for 8f570c8
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
4
+Version 0.20.4 (Released October 07, 2024)
5
+--------------
6
+
7
+- add is_incomplete_or_stale to default sort (#1641)
8
+- set default minimum score cutoff (#1642)
9
+- Adds base infra for the Unified Ecommerce frontend (#1634)
10
+- reset search page in SearchField (#1647)
11
+- updating email template with new logo (#1638)
12
13
Version 0.20.3 (Released October 03, 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.20.3"
+VERSION = "0.20.4"
37
38
log = logging.getLogger()
39
0 commit comments