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 14e46c3 + a19e012 commit 94cb754Copy full SHA for 94cb754
RELEASE.rst
@@ -1,6 +1,15 @@
1
Release Notes
2
=============
3
4
+Version 0.45.1 (Released September 29, 2025)
5
+--------------
6
+
7
+- allow multiple problem files (#2512)
8
+- Celery task tweaks (#2545)
9
+- feat: installs granian as a replacement process manager for production / hosted envs. (#2544)
10
+- security: disable yarn postinstall scripts (#2543)
11
+- Separate Login and Signup URLs (again) (#2535)
12
13
Version 0.45.0 (Released September 24, 2025)
14
--------------
15
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.45.0"
+VERSION = "0.45.1"
38
39
log = logging.getLogger()
40
0 commit comments