diff --git a/README.md b/README.md index 79a37d9..4aed586 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,17 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages. Changelog --------- +### v13.7-mt (04 Dec 2024) + +- Based on Kiwi TCMS v13.7 +- Add dependency on ``dict-hash`` package +- Update django-ses from 4.2.0 to 4.3.0 +- Update dj-database-url from 2.2.0 to 2.3.0 +- Update certbot from 2.11.0 to 3.0.1 +- Update certbot-dns-* plugins from 2.11.0 to 3.0.1 +- Update sentry-sdk from 2.16.0 to 2.19.0 + + ### v13.6-mt (12 Oct 2024) - Based on Kiwi TCMS v13.6 diff --git a/setup.py b/setup.py index 3b93998..82707bf 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_install_requires(path): setup( name='kiwitcms-enterprise', - version='13.6', + version='13.7', description='Kiwi TCMS Enterprise Edition', long_description=get_long_description(), long_description_content_type='text/markdown',