Skip to content

Commit

Permalink
Changelog for v12.7-mt
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Nov 25, 2023
1 parent 8f6b00d commit 1f84d67
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1f84d67

Please sign in to comment.