diff --git a/README.rst b/README.rst index 5459e52..f039380 100644 --- a/README.rst +++ b/README.rst @@ -107,6 +107,13 @@ Then configure how the application interacts with GitHub: Changelog --------- +v2.0.0 (07 Jun 2024) +~~~~~~~~~~~~~~~~~~~~ + +- Relicense this package under GNU Affero General Public License v3 or later +- Prior versions are still licensed under GNU General Public License v3 + + v1.7.0 (06 May 2024) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 5ffa333..5556904 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_install_requires(path): setup( name='kiwitcms-github-app', - version='1.7.0', + version='2.0.0', description='GitHub App integration for Kiwi TCMS', long_description=get_long_description(), author='Kiwi TCMS',