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 07a373a + 410ffc1 commit 8ca3a45Copy full SHA for 8ca3a45
RELEASE.rst
@@ -1,6 +1,12 @@
1
Release Notes
2
=============
3
4
+Version 0.39.0 (Released August 04, 2025)
5
+--------------
6
+
7
+- Video Shorts / Media Section (#2388)
8
+- unpublish contentfiles webhook endpoint (#2374)
9
10
Version 0.38.3 (Released July 29, 2025)
11
--------------
12
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.38.3"
+VERSION = "0.39.0"
38
39
log = logging.getLogger()
40
0 commit comments