From ad8caf3f32cbbad891f69af39415991223b20c6a Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 4 Dec 2024 19:35:05 +0200 Subject: [PATCH] Changelog for v13.7-mt --- README.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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',