From 9dd6979182e578fa267f4c8f39eec0742c804a32 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 28 Aug 2024 11:20:24 +0300 Subject: [PATCH] Changelog for v3.2.0 --- README.rst | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 16c006c..e65ca3a 100644 --- a/README.rst +++ b/README.rst @@ -148,10 +148,16 @@ to configure DNS resolution during development:: Changelog --------- +v3.2.0 (28 Aug 2024) +~~~~~~~~~~~~~~~~~~~~ + +- Update django-tenants from 3.6.1 to 3.7.0 + + v3.1.0 (02 Jul 2024) ~~~~~~~~~~~~~~~~~~~~ -- Add context processor for the TENANT_SCHEMA_NAME template variable +- Add context processor for the ``TENANT_SCHEMA_NAME`` template variable - Update test suite for changes related to Django 5 diff --git a/setup.py b/setup.py index 72eb925..7a59edc 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_install_requires(path): setup( name="kiwitcms-tenants", - version="3.1.0", + version="3.2.0", description="Multi-tenant support for Kiwi TCMS", long_description=get_long_description(), author="Kiwi TCMS",