changeset 8897:7324ff1929d5 stable 0.7.0

release 0.7.0
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Thu, 27 May 2021 21:28:32 +0200
parents a8b59e65b98f
children 7ac728ed359a
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Thu May 27 21:33:23 2021 +0200
+++ b/kallithea/__init__.py	Thu May 27 21:28:32 2021 +0200
@@ -36,7 +36,7 @@
 if sys.version_info < (3, 6):
     raise Exception('Kallithea requires python 3.6 or later')
 
-VERSION = (0, 6, 99)
+VERSION = (0, 7, 0)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',