# HG changeset patch # User Andrew Shadura # Date 2015-04-14 20:31:27 # Node ID c6e32714336345403adf76abb6ebf9b8116fcdc7 # Parent ebe8537c5c70f226a929602f071204311161961d release: 0.2.1 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, 2) +VERSION = (0, 2, 1) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',