changeset 8421:9f5ca9088067 stable 0.6.0

release 0.6.0
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 06 May 2020 20:23:30 +0200
parents 97c5e6ac5c75
children eed428104177
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Wed May 06 20:29:24 2020 +0200
+++ b/kallithea/__init__.py	Wed May 06 20:23:30 2020 +0200
@@ -34,7 +34,7 @@
 if sys.version_info < (3, 6):
     raise Exception('Kallithea requires python 3.6 or later')
 
-VERSION = (0, 5, 99)
+VERSION = (0, 6, 0)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',