From bdc9c1bb4eee5f3d94ffc5421e9bb6e55c8b4611 Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Sun, 24 Nov 2019 22:58:51 +0200 Subject: [PATCH] Changelog for v0.4.5 --- README.rst | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 47eeffa..b60ecce 100644 --- a/README.rst +++ b/README.rst @@ -150,6 +150,16 @@ its new MT version! Changelog --------- + +v0.4.5 (24 Nov 2019) +~~~~~~~~~~~~~~~~~~~~ + +- Document how to configure multi-tenancy +- Document ST to MT migration +- Add helper method ``create_oss_tenant()`` +- INternal updates to ``TENANT_APPS`` while testing + + v0.4.4 (29 Oct 2019) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 363e9dc..3491a7e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-tenants', - version='0.4.4', + version='0.4.5', description='Multi-tenant support for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',