We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9fb9a commit 660945dCopy full SHA for 660945d
README.rst
@@ -107,6 +107,13 @@ Then configure how the application interacts with GitHub:
107
Changelog
108
---------
109
110
+v2.0.0 (07 Jun 2024)
111
+~~~~~~~~~~~~~~~~~~~~
112
+
113
+- Relicense this package under GNU Affero General Public License v3 or later
114
+- Prior versions are still licensed under GNU General Public License v3
115
116
117
v1.7.0 (06 May 2024)
118
~~~~~~~~~~~~~~~~~~~~
119
setup.py
@@ -26,7 +26,7 @@ def get_install_requires(path):
26
27
setup(
28
name='kiwitcms-github-app',
29
- version='1.7.0',
+ version='2.0.0',
30
description='GitHub App integration for Kiwi TCMS',
31
long_description=get_long_description(),
32
author='Kiwi TCMS',
0 commit comments