# HG changeset patch # User Thomas De Schampheleire # Date 2021-05-27 21:28:32 # Node ID 7324ff1929d558075500ca483889b28e904ef934 # Parent a8b59e65b98f5b3d615006979b76d0994b0c516e release 0.7.0 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, 6, 99) +VERSION = (0, 7, 0) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',