# HG changeset patch # User Thomas De Schampheleire # Date 2021-05-27 21:39:06 # Node ID ff0d115bd876b5e2f0eca7496e9018b0b4d63cc5 # Parent 86cde1911b692a52b832efae1bb562115645a4ce Kick off next development cycle (0.7.99) diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -36,7 +36,7 @@ import celery if sys.version_info < (3, 6): raise Exception('Kallithea requires python 3.6 or later') -VERSION = (0, 7, 0) +VERSION = (0, 7, 99) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',