changeset 7578:8db761c40768 0.4.0rc1

release: 0.4.0rc1 (release candidate)
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 16 Mar 2019 21:04:29 +0100
parents d0e24d08246b
children b650b4202567
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Sat Mar 16 21:06:36 2019 +0100
+++ b/kallithea/__init__.py	Sat Mar 16 21:04:29 2019 +0100
@@ -30,7 +30,7 @@
 import sys
 import platform
 
-VERSION = (0, 3, 99)
+VERSION = (0, 4, 0, 'rc1')
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',