From 622f1bc53613cd9ed34f112e678a6228af945694 Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Mon, 27 Apr 2020 05:51:34 +0300 Subject: [PATCH] Changelog for v1.1.1 --- README.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 72ca95f..2635789 100644 --- a/README.rst +++ b/README.rst @@ -139,6 +139,12 @@ its new MT version! Changelog --------- +v1.1.1 (27 Apr 2020) +~~~~~~~~~~~~~~~~~~~~ + +- Do not ship ``TENANT_APPS`` b/c it is distributed with Kiwi TCMS v8.3 + + v1.1 (25 Apr 2020) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 7583b09..a8f6647 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-tenants', - version='1.1', + version='1.1.1', description='Multi-tenant support for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',