From 42b8fd4dcbc3344f8db13b2d2792c8c48de06be3 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 2 May 2024 22:15:21 +0300 Subject: [PATCH] Changelog for v2.8.3 --- README.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a85da9d..fe01140 100644 --- a/README.rst +++ b/README.rst @@ -148,6 +148,12 @@ to configure DNS resolution during development:: Changelog --------- +v2.8.3 (02 May 2024) +~~~~~~~~~~~~~~~~~~~~ + +- Make sure to populate the ``extra_emails`` field when cloning a tenant + + v2.8.2 (01 May 2024) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index f811775..719650e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name="kiwitcms-tenants", - version="2.8.2", + version="2.8.3", description="Multi-tenant support for Kiwi TCMS", long_description=get_long_description(), author="Kiwi TCMS",