changeset 7972:c80f87eed7b6

Kick off next release cycle (0.5.99)
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 27 Nov 2019 20:50:29 +0100
parents 0ac93630a214
children ad8328c8ed40
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Wed Nov 27 20:47:49 2019 +0100
+++ b/kallithea/__init__.py	Wed Nov 27 20:50:29 2019 +0100
@@ -31,7 +31,7 @@
 import sys
 
 
-VERSION = (0, 5, 0)
+VERSION = (0, 5, 99)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',