diff --git a/README.md b/README.md index 7a32af0..79a37d9 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,16 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages. Changelog --------- +### v13.6-mt (12 Oct 2024) + +- Based on Kiwi TCMS v13.6 +- Update django-ses from 4.1.0 to 4.2.0 +- Update kiwitcms-tenants from 3.1.0 to 3.2.1 +- Update sentry-sdk from 2.12.0 to 2.16.0 +- Update value for `Content-Security-Policy` header to match + upstream Kiwi TCMS + + ### v13.5-mt (07 Aug 2024) - Based on Kiwi TCMS v13.5 diff --git a/setup.py b/setup.py index 3db9b43..3b93998 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_install_requires(path): setup( name='kiwitcms-enterprise', - version='13.5', + version='13.6', description='Kiwi TCMS Enterprise Edition', long_description=get_long_description(), long_description_content_type='text/markdown',