Skip to content

Commit 9dd6979

Browse files
committed
Changelog for v3.2.0
1 parent 63dbdd0 commit 9dd6979

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,16 @@ to configure DNS resolution during development::
148148
Changelog
149149
---------
150150

151+
v3.2.0 (28 Aug 2024)
152+
~~~~~~~~~~~~~~~~~~~~
153+
154+
- Update django-tenants from 3.6.1 to 3.7.0
155+
156+
151157
v3.1.0 (02 Jul 2024)
152158
~~~~~~~~~~~~~~~~~~~~
153159

154-
- Add context processor for the TENANT_SCHEMA_NAME template variable
160+
- Add context processor for the ``TENANT_SCHEMA_NAME`` template variable
155161
- Update test suite for changes related to Django 5
156162

157163

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.1.0",
29+
version="3.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)