# HG changeset patch # User Mads Kiilerich # Date 2015-04-10 19:02:11 # Node ID ad0ce803b40cb17fc3988373052943e041030b02 # Parent ae947de541d5630e5505c7c8ded05cd37c7f232b release: 0.2 on stable branch diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -29,7 +29,7 @@ Original author and date, and relevant c import sys import platform -VERSION = (0, 1) +VERSION = (0, 2) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',