From f3ee98ad7b2640b51daf4fbf0ace858e0d562822 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 21 Oct 2024 22:40:42 +0300 Subject: [PATCH] Changelog for v4.0.2 --- README.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a0d264a..629b642 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,12 @@ Product configuration Changelog --------- +v4.0.2 (22 Oct 2024) +~~~~~~~~~~~~~~~~~~~~ + +- Bug-fix: solve a crash when applying migrations/0011 + + v4.0.1 (20 Oct 2024) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 66e5acd..dcfbd5d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_install_requires(path): setup( name="kiwitcms-github-marketplace", - version="4.0.1", + version="4.0.2", description="GitHub Marketplace integration for Kiwi TCMS", long_description=get_long_description(), author="Kiwi TCMS",