changeset 7627:19086c5de05f stable 0.4.0

release: 0.4.0
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 31 Mar 2019 21:31:17 +0200
parents 19af3fef3b34
children 6af336051b2a
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Sun Mar 31 21:28:56 2019 +0200
+++ b/kallithea/__init__.py	Sun Mar 31 21:31:17 2019 +0200
@@ -30,7 +30,7 @@
 import sys
 import platform
 
-VERSION = (0, 4, 0, 'rc2')
+VERSION = (0, 4, 0)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',