changeset 7660:da65398a62ff stable 0.4.1

release: 0.4.1
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 22 May 2019 12:49:32 +0200
parents 0266dc85c61f
children 5763182f79b5
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Wed May 22 12:48:57 2019 +0200
+++ b/kallithea/__init__.py	Wed May 22 12:49:32 2019 +0200
@@ -30,7 +30,7 @@
 import sys
 import platform
 
-VERSION = (0, 4, 0)
+VERSION = (0, 4, 1)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',