diff --git a/README.md b/README.md index 225a7ff..8bb783f 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,15 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages. Changelog --------- + +### v12.5-mt (04 Jul 2023) + +- Based on Kiwi TCMS v12.5 +- Update django-python3-ldap from 0.15.4 to 0.15.5 +- Install django-prometheus inside container +- Pin Selenium to 4.9.1 b/c of failures with 4.10.0 + + ### v12.4-mt (06 Jun 2023) - Based on Kiwi TCMS v12.4 diff --git a/setup.py b/setup.py index 30c4b45..3c67c9a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-enterprise', - version='12.4', + version='12.5', description='Kiwi TCMS Enterprise Edition', long_description=get_long_description(), long_description_content_type='text/markdown',