Skip to content

Commit 94cb754

Browse files
committed
Merge branch 'release'
2 parents 14e46c3 + a19e012 commit 94cb754

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

RELEASE.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release Notes
22
=============
33

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+
413
Version 0.45.0 (Released September 24, 2025)
514
--------------
615

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from main.settings_pluggy import * # noqa: F403
3535
from openapi.settings_spectacular import open_spectacular_settings
3636

37-
VERSION = "0.45.0"
37+
VERSION = "0.45.1"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)