changeset 5012:c6e327143363 stable 0.2.1

release: 0.2.1
author Andrew Shadura <andrew@shadura.me>
date Tue, 14 Apr 2015 20:31:27 +0200
parents ebe8537c5c70
children 49e0b5a72ba2
files kallithea/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Tue Apr 14 21:24:00 2015 +0200
+++ b/kallithea/__init__.py	Tue Apr 14 20:31:27 2015 +0200
@@ -29,7 +29,7 @@
 import sys
 import platform
 
-VERSION = (0, 2)
+VERSION = (0, 2, 1)
 BACKENDS = {
     'hg': 'Mercurial repository',
     'git': 'Git repository',