# HG changeset patch # User Thomas De Schampheleire # Date 2019-11-27 20:44:04 # Node ID bfa0b0a814644f0af3f492d17a9ed169cc3b89fe # Parent ddfecf9fe7f261078b486bbca48c6e2c97b86cad release 0.5.0 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, 4, 99) +VERSION = (0, 5, 0) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',