Skip to content

Commit 1e5a305

Browse files
committed
Release 0.136.2
1 parent 5b331fe commit 1e5a305

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASE.rst

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

4+
Version 0.136.2
5+
---------------
6+
7+
- set the storage backend properly to S3 if necessary for Django 5 (#3129)
8+
49
Version 0.136.1 (Released December 04, 2025)
510
---------------
611

main/settings.py

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

40-
VERSION = "0.136.1"
40+
VERSION = "0.136.2"
4141

4242
log = logging.getLogger()
4343

0 commit comments

Comments
 (0)