changeset 8154:aa0a637fa6f6 stable 0.5.2

release 0.5.2
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 03 Feb 2020 20:49:58 +0100
parents 30a1a7785c81
children 2571674c4a2f
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Mon Feb 03 20:49:23 2020 +0100
+++ b/kallithea/__init__.py	Mon Feb 03 20:49:58 2020 +0100
@@ -31,7 +31,7 @@
 import sys
 
 
-VERSION = (0, 5, 1)
+VERSION = (0, 5, 2)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',