File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,14 @@ Product configuration
64
64
Changelog
65
65
---------
66
66
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
+
67
75
v4.1.1 (16 Dec 2024)
68
76
~~~~~~~~~~~~~~~~~~~~
69
77
Original file line number Diff line number Diff line change 1
1
# pylint: disable=missing-docstring
2
2
3
- # Copyright (c) 2019-2024 Alexander Todorov <[email protected] >
3
+ # Copyright (c) 2019-2025 Alexander Todorov <[email protected] >
4
4
#
5
5
# Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
6
6
# https://www.gnu.org/licenses/agpl-3.0.html
@@ -26,7 +26,7 @@ def get_install_requires(path):
26
26
27
27
setup (
28
28
name = "kiwitcms-github-marketplace" ,
29
- version = "4.1.1 " ,
29
+ version = "4.2 " ,
30
30
description = "GitHub Marketplace integration for Kiwi TCMS" ,
31
31
long_description = get_long_description (),
32
32
author = "Kiwi TCMS" ,
You can’t perform that action at this time.
0 commit comments