From 34293fde1cc4f87dc15bd489d3cb7f46c7072968 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 20 May 2024 14:51:47 +0300 Subject: [PATCH] Changelog for v13.3 --- README.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7bb733..92dcfee 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,14 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages. Changelog --------- +### v13.3-mt (20 May 2024) + +- Based on Kiwi TCMS v13.3 +- Update kiwitcms-github-app from 1.6.0 to 1.7.0 +- Update sentry-sdk from 2.0.1 to 2.2.0 +- Preserve `/static/ca.crt` file inside the container + + ### v13.2-mt (04 May 2024) - Update certbot from 2.9.0 to 2.10.0 diff --git a/setup.py b/setup.py index d70376d..c74dfb8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_install_requires(path): setup( name='kiwitcms-enterprise', - version='13.2', + version='13.3', description='Kiwi TCMS Enterprise Edition', long_description=get_long_description(), long_description_content_type='text/markdown',