# HG changeset patch # User Thomas De Schampheleire # Date 2020-12-02 21:32:25 # Node ID 213450cbdc11fff8508ba25101dc05ab74048e55 # Parent 73ba6abe60dbdea286bc38ed0614dbddc06e986c release 0.6.3 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, 2) +VERSION = (0, 6, 3) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',