We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a025312 commit 2f156e7Copy full SHA for 2f156e7
2 files changed
RELEASE.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+Version 0.55.8
5
+--------------
6
+
7
+- hardcode allowing to embed videos from ovs (#2987)
8
9
Version 0.55.7 (Released February 26, 2026)
10
--------------
11
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.55.7"
+VERSION = "0.55.8"
38
39
log = logging.getLogger()
40
0 commit comments