changeset 8438:a22edac2be58 stable 0.6.1

release 0.6.1
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 03 Jun 2020 21:15:23 +0200
parents 0060db8a7dd5
children 84b3d6248a80
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Thu Jun 04 20:56:36 2020 +0200
+++ b/kallithea/__init__.py	Wed Jun 03 21:15:23 2020 +0200
@@ -34,7 +34,7 @@
 if sys.version_info < (3, 6):
     raise Exception('Kallithea requires python 3.6 or later')
 
-VERSION = (0, 6, 0)
+VERSION = (0, 6, 1)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',