changeset 7557:a18445b85d40 stable 0.3.7

release: 0.3.7
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 03 Mar 2019 21:29:56 +0100
parents b2410a5d6563
children fdee9a036bee
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Tue Feb 12 20:32:24 2019 +0100
+++ b/kallithea/__init__.py	Sun Mar 03 21:29:56 2019 +0100
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 3, 6)
+VERSION = (0, 3, 7)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',