# HG changeset patch # User Thomas De Schampheleire # Date 2020-06-03 21:15:23 # Node ID a22edac2be58eaf68d1940d4dfeb88fadbabb43a # Parent 0060db8a7dd56a62f05d0a0f7e37f1ec51cdb7f4 release 0.6.1 diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -34,7 +34,7 @@ import sys 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',