changeset 7617:60f726162fd6 0.4.0rc2

release 0.4.0rc2 (release candidate)
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 26 Mar 2019 22:20:23 +0100
parents 7a0ba28b17f0
children bd6713ab3fc0
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Tue Mar 26 22:19:16 2019 +0100
+++ b/kallithea/__init__.py	Tue Mar 26 22:20:23 2019 +0100
@@ -30,7 +30,7 @@
 import sys
 import platform
 
-VERSION = (0, 4, 0, 'rc1')
+VERSION = (0, 4, 0, 'rc2')
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',