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 d9dbc83 commit 4280898Copy full SHA for 4280898
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.41.0
5
+--------------
6
+
7
+- fix video etl (#2438)
8
+- fix popular search (#2436)
9
+- B2B Provisioning: Add interstitial page to process redemption code retrieval (#2422)
10
11
Version 0.40.1 (Released August 18, 2025)
12
--------------
13
main/settings.py
@@ -34,7 +34,7 @@
34
from main.settings_pluggy import * # noqa: F403
35
from openapi.settings_spectacular import open_spectacular_settings
36
37
-VERSION = "0.40.1"
+VERSION = "0.41.0"
38
39
log = logging.getLogger()
40
0 commit comments