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 715f390 + 5168190 commit 7c2a414Copy full SHA for 7c2a414
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
4
+Version 0.14.0 (Released September 08, 2025)
5
+--------------
6
+
7
+- Update langgraph (#287)
8
+- No dupe citations (#286)
9
+- Update dependency django-debug-toolbar to v6 (#265)
10
+- Update dependency next to v15.4.7 [SECURITY] (#284)
11
+- Update dependency uvicorn to ^0.35.0 (#264)
12
13
Version 0.13.2 (Released August 29, 2025)
14
--------------
15
main/settings.py
@@ -31,7 +31,7 @@
31
from main.sentry import init_sentry
32
from openapi.settings_spectacular import open_spectacular_settings
33
34
-VERSION = "0.13.2"
+VERSION = "0.14.0"
35
36
log = logging.getLogger()
37
0 commit comments