Skip to content

Commit ee2d7d8

Browse files
committed
Release 0.33.1
1 parent 9b2e421 commit ee2d7d8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

RELEASE.rst

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

4+
Version 0.33.1
5+
--------------
6+
7+
- fix(deps): update dependency django-anymail to v13 (#2201)
8+
- Prevent test courses from being overwritten (#2262)
9+
- fix(deps): update dependency django-guardian to v3 (#2266)
10+
- fix(deps): update dependency ulid-py to v1 (#2268)
11+
- chore(deps): update dependency jest-extended to v5 (#2264)
12+
- fix(deps): update dependency cryptography to v45 (#2265)
13+
- fix(deps): update dependency moment-timezone to ^0.6.0 (#2263)
14+
- fix(deps): update dependency tika to v3 (#2202)
15+
- Tweaks to the nextjs dockerfile to give a build target for production. (#2260)
16+
417
Version 0.33.0 (Released May 28, 2025)
518
--------------
619

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.33.0"
37+
VERSION = "0.33.1"
3838

3939
log = logging.getLogger()
4040

0 commit comments

Comments
 (0)