Skip to content

Commit 420c538

Browse files
committed
Changelog for v4.2.0
1 parent 281e49f commit 420c538

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.rst

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

151+
v4.2.0 (26 Aug 2025)
152+
~~~~~~~~~~~~~~~~~~~~
153+
154+
- Update django-tenants from 3.7.0 to kiwitcms-django-tenants==3.8.0
155+
- Compatible with Django 5.2
156+
- Update tests
157+
158+
151159
v4.1.0 (09 Apr 2025)
152160
~~~~~~~~~~~~~~~~~~~~
153161

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2024 Alexander Todorov <[email protected]>
1+
# Copyright (c) 2019-2025 Alexander Todorov <[email protected]>
22
#
33
# Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
44
# https://www.gnu.org/licenses/agpl-3.0.html
@@ -26,7 +26,7 @@ def get_install_requires(path):
2626

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

0 commit comments

Comments
 (0)