From 1f84d67cbc78ac8f8ecf936a1ea62811a985e12e Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Sat, 25 Nov 2023 18:59:32 +0200 Subject: [PATCH] Changelog for v12.7-mt --- README.md | 26 ++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4ec4a..4e0c146 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,32 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages. Changelog --------- +### v12.7-mt (25 Nov 2023) + +- Based on Kiwi TCMS v12.7 +- Update kiwitcms-tenants from 2.5.1 to 2.5.2 +- Update kiwitcms-trackers-integration from 0.5.0 to 0.6.0 + + Provides functionality for personal API tokens. Accessible via + PLUGINS -> Personal API tokens menu! + + WARNING: in order for users to be able to define personal API tokens + for 3rd party bug-trackers they will need to be assigned permissions. + + Database administrators should consider granting the following + permissions:: + + tracker_integrations | api token | Can add api token + tracker_integrations | api token | Can change api token + tracker_integrations | api token | Can delete api token + tracker_integrations | api token | Can view api token + + either individually per-user basis or via groups! + +- Update python3-saml from 1.15.0 to 1.16.0 +- Update social-auth-app-django from 5.2.0 to 5.4.0 + + ### v12.6.1-mt (31 Aug 2023) - Based on Kiwi TCMS v12.6.1 diff --git a/setup.py b/setup.py index 3ced493..826de6c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-enterprise', - version='12.6.1', + version='12.7', description='Kiwi TCMS Enterprise Edition', long_description=get_long_description(), long_description_content_type='text/markdown',