changeset 8507:213450cbdc11 stable 0.6.3

release 0.6.3
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 02 Dec 2020 21:32:25 +0100
parents 73ba6abe60db
children e4d44e4e7716
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Mon Oct 19 12:47:50 2020 +0200
+++ b/kallithea/__init__.py	Wed Dec 02 21:32:25 2020 +0100
@@ -34,7 +34,7 @@
 if sys.version_info < (3, 6):
     raise Exception('Kallithea requires python 3.6 or later')
 
-VERSION = (0, 6, 2)
+VERSION = (0, 6, 3)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',