File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,16 @@ to configure DNS resolution during development::
148
148
Changelog
149
149
---------
150
150
151
+ v3.2.0 (28 Aug 2024)
152
+ ~~~~~~~~~~~~~~~~~~~~
153
+
154
+ - Update django-tenants from 3.6.1 to 3.7.0
155
+
156
+
151
157
v3.1.0 (02 Jul 2024)
152
158
~~~~~~~~~~~~~~~~~~~~
153
159
154
- - Add context processor for the TENANT_SCHEMA_NAME template variable
160
+ - Add context processor for the `` TENANT_SCHEMA_NAME `` template variable
155
161
- Update test suite for changes related to Django 5
156
162
157
163
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def get_install_requires(path):
26
26
27
27
setup (
28
28
name = "kiwitcms-tenants" ,
29
- version = "3.1 .0" ,
29
+ version = "3.2 .0" ,
30
30
description = "Multi-tenant support for Kiwi TCMS" ,
31
31
long_description = get_long_description (),
32
32
author = "Kiwi TCMS" ,
You can’t perform that action at this time.
0 commit comments