From aaf38407cd74e352cacd3659ac2567a53d656e60 Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Mon, 25 Jan 2021 18:36:29 +0200 Subject: [PATCH] Changelog for v1.4.3 --- README.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cc7abe2..1d4625b 100644 --- a/README.rst +++ b/README.rst @@ -139,6 +139,12 @@ its new MT version! Changelog --------- +v1.4.3 (25 Jan 2021) +~~~~~~~~~~~~~~~~~~~~ + +- Add missing csrf_token in NewTenantForm + + v1.4.2 (23 Dec 2020) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index a295aa7..0348b44 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-tenants', - version='1.4.2', + version='1.4.3', description='Multi-tenant support for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',