changeset 7318:4cca4cc6a0a9 stable 0.3.5

release: 0.3.5
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 06 Jun 2018 21:37:12 +0200
parents 64d41568507c
children 42788d5f5967
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Tue May 29 12:25:59 2018 +0200
+++ b/kallithea/__init__.py	Wed Jun 06 21:37:12 2018 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 3, 4)
+VERSION = (0, 3, 5)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',