Skip to content

Commit 0959f03

Browse files
committed
Merge branch 'release'
2 parents 34149af + 378cb70 commit 0959f03

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

RELEASE.rst

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

4+
Version 0.71.1 (Released June 08, 2026)
5+
--------------
6+
7+
- move video/{id}/embed -> video/embed/{id} (#3437)
8+
49
Version 0.71.0 (Released June 08, 2026)
510
--------------
611

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.0"
38+
VERSION = "0.71.1"
3939

4040
log = logging.getLogger()
4141

0 commit comments

Comments
 (0)