# HG changeset patch # User Thomas De Schampheleire # Date 2019-11-27 20:50:29 # Node ID c80f87eed7b65a1de43910076503bae7af2f1103 # Parent 0ac93630a2145775f30871b6e3dd7724b749dc3a Kick off next release cycle (0.5.99) diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -31,7 +31,7 @@ import platform import sys -VERSION = (0, 5, 0) +VERSION = (0, 5, 99) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',