# HG changeset patch # User Thomas De Schampheleire # Date 2020-05-06 20:38:52 # Node ID ece8fbe51ef8cb8f061845e02137808f50f125ef # Parent 106323ecfdfa05dae739ff85ccfa82459255e02a Kick off next release cycle (0.6.99) 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, 99) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',