# HG changeset patch # User Thomas De Schampheleire # Date 2020-01-18 20:03:30 # Node ID d01a8e92936dbd62c76505432f60efba432e9397 # Parent 1b21e40aa9824b538a2a1a942852a2dec37ab8b4 release 0.5.1 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, 1) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',