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 50ef89f + cef5428 commit 900071dCopy full SHA for 900071d
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.36.1 (Released June 10, 2025)
5
+--------------
6
+
7
+- Import files for all active runs (#2292)
8
+- locking qdrant client to specific version (#2297)
9
+- minor copy change (#2296)
10
11
Version 0.36.0 (Released June 10, 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.36.0"
+VERSION = "0.36.1"
38
39
log = logging.getLogger()
40
0 commit comments