From 9ec49e054aa2445b79a4cf9e566ceda1eff779d7 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 17 Jan 2024 14:51:04 +0200 Subject: [PATCH] Changelog for v13.0-mt --- README.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54e0477..256d474 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,20 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages. Changelog --------- +### v13.0-mt (17 Jan 2024) + +- Based on Kiwi TCMS v13.0 +- Update container runtime from Python 3.9 to Python 3.11 +- Update django-ses from 3.5.0 to 3.5.2 +- Update kiwitcms-github-app from 1.5.1 to 1.6.0 +- Update kiwitcms-tenants from 2.5.2 to 2.6.0 +- Update kiwitcms-trackers-integration from 0.6.0 to 0.7.0 +- Update social-auth-kerberos from 0.2.4 to 0.3.0 +- Start testing with upstream Postgres container image +- Assert that Personal API Tokens is listed in PLUGINS menu +- Adjust search path for images during test + + ### v12.7-mt (25 Nov 2023) - Based on Kiwi TCMS v12.7 diff --git a/setup.py b/setup.py index 826de6c..8ce812c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-enterprise', - version='12.7', + version='13.0', description='Kiwi TCMS Enterprise Edition', long_description=get_long_description(), long_description_content_type='text/markdown',