Skip to content

Commit 611bb44

Browse files
committed
Changelog for v4.2
1 parent a19c51d commit 611bb44

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ Product configuration
6464
Changelog
6565
---------
6666

67+
v4.2 (27 Mar 2025)
68+
~~~~~~~~~~~~~~~~~~
69+
70+
- Do not remove users from DB when they cancel their accounts.
71+
Let the account expire due to inactivity at which point it will
72+
be removed via cron job
73+
74+
6775
v4.1.1 (16 Dec 2024)
6876
~~~~~~~~~~~~~~~~~~~~
6977

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pylint: disable=missing-docstring
22

3-
# Copyright (c) 2019-2024 Alexander Todorov <[email protected]>
3+
# Copyright (c) 2019-2025 Alexander Todorov <[email protected]>
44
#
55
# Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
66
# https://www.gnu.org/licenses/agpl-3.0.html
@@ -26,7 +26,7 @@ def get_install_requires(path):
2626

2727
setup(
2828
name="kiwitcms-github-marketplace",
29-
version="4.1.1",
29+
version="4.2",
3030
description="GitHub Marketplace integration for Kiwi TCMS",
3131
long_description=get_long_description(),
3232
author="Kiwi TCMS",

0 commit comments

Comments
 (0)