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 59abf77 commit d2a0f7aCopy full SHA for d2a0f7a
RELEASE.rst
@@ -1,6 +1,14 @@
1
Release Notes
2
=============
3
4
+Version 0.41.1
5
+--------------
6
+
7
+- removing check for api base (#2442)
8
+- fix video etl (#2438)
9
+- fix popular search (#2436)
10
+- B2B Provisioning: Add interstitial page to process redemption code retrieval (#2422)
11
12
Version 0.40.1 (Released August 18, 2025)
13
--------------
14
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.1"
38
39
log = logging.getLogger()
40
0 commit comments