Skip to content

Commit d2a0f7a

Browse files
committed
Release 0.41.1
1 parent 59abf77 commit d2a0f7a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE.rst

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

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+
412
Version 0.40.1 (Released August 18, 2025)
513
--------------
614

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from main.settings_pluggy import * # noqa: F403
3535
from openapi.settings_spectacular import open_spectacular_settings
3636

37-
VERSION = "0.40.1"
37+
VERSION = "0.41.1"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)