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 93a5907 + cc525a5 commit 0429047Copy full SHA for 0429047
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.47.5 (Released October 28, 2025)
5
+--------------
6
+
7
+- make contract card titles link to org page (#2648)
8
+- Update search index after updating next_start_date (#2639)
9
+- Video shorts webhook and api (#2631)
10
11
Version 0.47.4 (Released October 28, 2025)
12
--------------
13
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.47.4"
+VERSION = "0.47.5"
38
39
log = logging.getLogger()
40
0 commit comments