diff --git a/CHANGES.rst b/CHANGES.rst index 92ea688..d2f11a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.7 +--- + +* Compatibility with recent Python, Django and Weblate. + 0.6 --- diff --git a/setup.py b/setup.py index 6c6bb0f..2cbb589 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="weblate_fedora_messaging", - version="0.6", + version="0.7", author="Michal Čihař", author_email="michal@cihar.com", description="Weblate Fedora Messaging integration",