diff --git a/README.md b/README.md index 3221c85..6c6eab6 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,12 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages. Changelog --------- +### v12.4-mt (06 Jun 2023) + +- Based on Kiwi TCMS v12.4 +- Update kiwitcms-trackers-integration from 0.4.0 to 0.5.0 + + ### v12.3-mt (22 May 2023) - Based on Kiwi TCMS v12.3 diff --git a/setup.py b/setup.py index 81b6980..30c4b45 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-enterprise', - version='12.3', + version='12.4', description='Kiwi TCMS Enterprise Edition', long_description=get_long_description(), long_description_content_type='text/markdown',