Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,19 @@ the `make` and `docker` commands, the `wheel` and `twine` Python packages.
Changelog
---------

### v15.3-mt (28 Jan 2026)

- Based on Kiwi TCMS v15.3
- Update certbot from 5.2.1 to 5.2.2
- Update django-ses from 4.4.0 to 4.6.0
- Update dj-database-url from 3.0.1 to 3.1.0
- Update kiwitcms-tenants from 4.3.0 to 4.4.1
- Update sentry-sdk[django] from 2.47.0 to 2.50.0
- Update social-auth-app-django from 5.6.0 to 5.7.0
- Update workaround for .map files b/c of newer pdfmake
- Remove workaround for missing wheel packages for xmlsec


### v15.2-mt (06 Dec 2025)

- Based on Kiwi TCMS v15.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2025 Alexander Todorov <atodorov@otb.bg>
# Copyright (c) 2020-2026 Alexander Todorov <atodorov@otb.bg>
#
# Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
# https://www.gnu.org/licenses/agpl-3.0.html
Expand Down Expand Up @@ -26,7 +26,7 @@ def get_install_requires(path):

setup(
name="kiwitcms-enterprise",
version="15.2",
version="15.3",
description="Kiwi TCMS Enterprise Edition",
long_description=get_long_description(),
long_description_content_type="text/markdown",
Expand Down