Skip to content

Commit

Permalink
Changelog for v13.0-mt
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 17, 2024
1 parent fdedd53 commit 9ec49e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7',
version='13.0',
description='Kiwi TCMS Enterprise Edition',
long_description=get_long_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9ec49e0

Please sign in to comment.