changeset 7402:082c9b8f0f17 stable 0.3.6

release: 0.3.6
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 29 Oct 2018 21:50:56 +0100
parents 5746cc3b3fa5
children d85ce8c88f0d
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Sun Oct 21 17:44:06 2018 +0200
+++ b/kallithea/__init__.py	Mon Oct 29 21:50:56 2018 +0100
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 3, 5)
+VERSION = (0, 3, 6)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',