# HG changeset patch # User Thomas De Schampheleire # Date 1622143712 -7200 # Node ID 7324ff1929d558075500ca483889b28e904ef934 # Parent a8b59e65b98f5b3d615006979b76d0994b0c516e release 0.7.0 diff -r a8b59e65b98f -r 7324ff1929d5 kallithea/__init__.py --- a/kallithea/__init__.py Thu May 27 21:33:23 2021 +0200 +++ b/kallithea/__init__.py Thu May 27 21:28:32 2021 +0200 @@ -36,7 +36,7 @@ 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',