# HG changeset patch # User Thomas De Schampheleire # Date 2020-10-05 20:43:52 # Node ID 22bfca5da6f56738f6220d24bb6ce2f9bc4f9b1e # Parent f69d19818d9e4b2e8ab9276b145141a276a438bf release 0.6.2 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, 1) +VERSION = (0, 6, 2) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',