From 1c3f48016d8ac38e602d8a22ac4c874653d2a6e3 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 6 Aug 2024 23:17:55 +0300 Subject: [PATCH] Changelog for v13.5-mt --- README.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3538af1..7a32af0 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,17 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages. Changelog --------- +### v13.5-mt (07 Aug 2024) + +- Based on Kiwi TCMS v13.5 +- Update django-python3-ldap from 0.15.6 to 0.15.8 +- Update kiwitcms-github-app from 2.0.0 to 2.0.1 +- Update kiwitcms-tenants from 3.0.0 to 3.1.0 +- Update kiwitcms-trackers-integration from 0.7.0 to 1.0.0 +- Update sentry-sdk from 2.5.1 to 2.12.0 +- Update social-auth-app-django from 5.4.1 to 5.4.2 + + ### v13.4-mt (12 Jun 2024) - Based on Kiwi TCMS v13.4 diff --git a/setup.py b/setup.py index d057418..3db9b43 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_install_requires(path): setup( name='kiwitcms-enterprise', - version='13.4', + version='13.5', description='Kiwi TCMS Enterprise Edition', long_description=get_long_description(), long_description_content_type='text/markdown',