diff --git a/README.rst b/README.rst index fe01140..afd06f8 100644 --- a/README.rst +++ b/README.rst @@ -148,6 +148,13 @@ to configure DNS resolution during development:: Changelog --------- +v3.0.0 (09 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 + + v2.8.3 (02 May 2024) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index c0ff834..6b8c719 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_install_requires(path): setup( name="kiwitcms-tenants", - version="2.8.3", + version="3.0.0", description="Multi-tenant support for Kiwi TCMS", long_description=get_long_description(), author="Kiwi TCMS",