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',