changeset 5224:2906653151bf stable

release: update version number to 0.2.2
author Mads Kiilerich <madski@unity3d.com>
date Mon, 13 Jul 2015 16:55:49 +0200
parents 0b7b52bfaf5d
children 14f488a5dc4c
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Tue Jul 07 02:25:59 2015 +0200
+++ b/kallithea/__init__.py	Mon Jul 13 16:55:49 2015 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 2, 1)
+VERSION = (0, 2, 2)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',