diff --git a/README.md b/README.md index 8bb783f..ac4ec4a 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,12 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages. Changelog --------- +### v12.6.1-mt (31 Aug 2023) + +- Based on Kiwi TCMS v12.6.1 +- Update dj-database-url from 2.0.0 to 2.1.0 + + ### v12.5-mt (04 Jul 2023) diff --git a/setup.py b/setup.py index 3c67c9a..3ced493 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-enterprise', - version='12.5', + version='12.6.1', description='Kiwi TCMS Enterprise Edition', long_description=get_long_description(), long_description_content_type='text/markdown',