File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,15 @@ various Issue Trackers.
23
23
Changelog
24
24
---------
25
25
26
+ v1.0.0 (13 Jun 2024)
27
+ ~~~~~~~~~~~~~~~~~~~~
28
+
29
+ - Relicense this package under GNU Affero General Public License v3 or later
30
+ - Prior versions are still licensed under GNU General Public License v3
31
+ - Remove the ability to set category when opening a new issue in OpenProject
32
+ b/c of missing relicense permission
33
+
34
+
26
35
v0.7.0 (14 Jan 2024)
27
36
~~~~~~~~~~~~~~~~~~~~
28
37
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def get_install_requires(path):
26
26
27
27
setup (
28
28
name = "kiwitcms-trackers-integration" ,
29
- version = "0.7 .0" ,
29
+ version = "1.0 .0" ,
30
30
description = "Integration between Kiwi TCMS and various Issue Trackers" ,
31
31
long_description = get_long_description (),
32
32
author = "Kiwi TCMS" ,
You can’t perform that action at this time.
0 commit comments