changeset 8542:ece8fbe51ef8

Kick off next release cycle (0.6.99)
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 06 May 2020 20:38:52 +0200
parents 106323ecfdfa
children 4d1aa80e5d0a
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Wed May 06 20:36:23 2020 +0200
+++ b/kallithea/__init__.py	Wed May 06 20:38:52 2020 +0200
@@ -34,7 +34,7 @@
 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',