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 f21164b + d4049b1 commit 8bd8b29Copy full SHA for 8bd8b29
RELEASE.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+Version 0.121.2 (Released June 30, 2025)
5
+---------------
6
+
7
+- fix: Set custom CSRF cookie name (#2762)
8
9
Version 0.121.1 (Released June 26, 2025)
10
---------------
11
main/settings.py
@@ -35,7 +35,7 @@
35
from main.sentry import init_sentry
36
from openapi.settings_spectacular import open_spectacular_settings
37
38
-VERSION = "0.121.1"
+VERSION = "0.121.2"
39
40
log = logging.getLogger()
41
0 commit comments