changeset 8100:d01a8e92936d stable 0.5.1

release 0.5.1
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 18 Jan 2020 21:03:30 +0100
parents 1b21e40aa982
children 73be06bd1e50
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Sat Jan 18 21:01:47 2020 +0100
+++ b/kallithea/__init__.py	Sat Jan 18 21:03:30 2020 +0100
@@ -31,7 +31,7 @@
 import sys
 
 
-VERSION = (0, 5, 0)
+VERSION = (0, 5, 1)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',