# HG changeset patch # User Thomas De Schampheleire # Date 2020-05-06 20:23:30 # Node ID 9f5ca9088067618d79129d224c35c818bd2d2f12 # Parent 97c5e6ac5c756368b83d48ad6da4747285855f63 release 0.6.0 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, 5, 99) +VERSION = (0, 6, 0) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',