# HG changeset patch # User Thomas De Schampheleire # Date 2020-02-03 20:49:58 # Node ID aa0a637fa6f635a5e024fa56b19ed2a2dacca857 # Parent 30a1a7785c816a7a9acb64f70b4ab8a54ecc38f4 release 0.5.2 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, 1) +VERSION = (0, 5, 2) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',