Skip to content

Commit 9fa94fd

Browse files
committed
Release 0.71.3
1 parent 7355edf commit 9fa94fd

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

RELEASE.rst

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

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+
413
Version 0.71.1 (Released June 08, 2026)
514
--------------
615

main/settings.py

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

38-
VERSION = "0.71.1"
38+
VERSION = "0.71.3"
3939

4040
log = logging.getLogger()
4141

0 commit comments

Comments
 (0)