changeset 7305:cf635c823ea0 stable 0.3.4

release: 0.3.4
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 01 Apr 2018 15:25:03 +0200
parents 92fd0b7ff4d9
children 08fbf0562fa5
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Wed Jul 26 06:42:40 2017 +0000
+++ b/kallithea/__init__.py	Sun Apr 01 15:25:03 2018 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 3, 3)
+VERSION = (0, 3, 4)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',