Skip to content

Commit 10dd170

Browse files
committed
Release 0.135.4
1 parent 7640f54 commit 10dd170

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE.rst

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

4+
Version 0.135.4
5+
---------------
6+
7+
- Fix issues with course certificate generation (#3106)
8+
- upgrade Django to 5.0.14 (#3096)
9+
- fix(deps): update dependency wagtail to v7.2 (#3103)
10+
411
Version 0.135.3 (Released November 24, 2025)
512
---------------
613

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from main.sentry import init_sentry
3737
from openapi.settings_spectacular import open_spectacular_settings
3838

39-
VERSION = "0.135.3"
39+
VERSION = "0.135.4"
4040

4141
log = logging.getLogger()
4242

0 commit comments

Comments
 (0)