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 7355edf commit 9fa94fdCopy full SHA for 9fa94fd
2 files changed
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
4
+Version 0.71.3
5
+--------------
6
+
7
+- Fix error pages after swap to runtime env vars (#3448)
8
+- add scm as synonym to search (#3449)
9
+- remove duplicate resource task (#3436)
10
+- fix: add link to the creation page of article and news (#3430)
11
+- Remove video shorts app (Phase 2) (#3385)
12
13
Version 0.71.1 (Released June 08, 2026)
14
--------------
15
main/settings.py
@@ -35,7 +35,7 @@
35
from main.settings_pluggy import * # noqa: F403
36
from openapi.settings_spectacular import open_spectacular_settings
37
38
-VERSION = "0.71.1"
+VERSION = "0.71.3"
39
40
log = logging.getLogger()
41
0 commit comments