diff --git a/README.rst b/README.rst index 1643c30..101fc86 100644 --- a/README.rst +++ b/README.rst @@ -139,6 +139,12 @@ its new MT version! Changelog --------- +v1.4.1 (23 Dec 2020) +~~~~~~~~~~~~~~~~~~ + +- Fix a bug with how we override captcha field in user registration form + + v1.4 (23 Dec 2020) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 4757980..dc77491 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-tenants', - version='1.4', + version='1.4.1', description='Multi-tenant support for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',