changeset 8495:22bfca5da6f5 stable 0.6.2

release 0.6.2
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 05 Oct 2020 20:43:52 +0200
parents f69d19818d9e
children 855b37d3bacd
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Sun Oct 04 21:10:16 2020 +0200
+++ b/kallithea/__init__.py	Mon Oct 05 20:43:52 2020 +0200
@@ -34,7 +34,7 @@
 if sys.version_info < (3, 6):
     raise Exception('Kallithea requires python 3.6 or later')
 
-VERSION = (0, 6, 1)
+VERSION = (0, 6, 2)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',