changeset 4995:ad0ce803b40c stable 0.2

release: 0.2 on stable branch
author Mads Kiilerich <madski@unity3d.com>
date Fri, 10 Apr 2015 19:02:11 +0200
parents ae947de541d5
children 6eb57b4f311b
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Tue Apr 07 03:30:05 2015 +0200
+++ b/kallithea/__init__.py	Fri Apr 10 19:02:11 2015 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 1)
+VERSION = (0, 2)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',