Skip to content

Commit f6e3382

Browse files
committed
Changelog for v4.0.0
1 parent 39b2e20 commit f6e3382

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@ to configure DNS resolution during development::
148148
Changelog
149149
---------
150150

151+
v4.0.0 (06 Jan 2025)
152+
~~~~~~~~~~~~~~~~~~~~
153+
154+
- Remove the ``DEFAULT_FILE_STORAGE`` setting and replace it with
155+
``STORAGES["default"]["BACKEND"]`` for Django 5.1 compatibility
156+
- Add test case for default storage class
157+
158+
151159
v3.2.2 (11 Dec 2024)
152160
~~~~~~~~~~~~~~~~~~~~
153161

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_install_requires(path):
2626

2727
setup(
2828
name="kiwitcms-tenants",
29-
version="3.2.2",
29+
version="4.0.0",
3030
description="Multi-tenant support for Kiwi TCMS",
3131
long_description=get_long_description(),
3232
author="Kiwi TCMS",

0 commit comments

Comments
 (0)