# HG changeset patch # User Mads Kiilerich # Date 2015-07-13 16:55:49 # Node ID 2906653151bfa0b44ec76c03a47888959e1666be # Parent 0b7b52bfaf5dcfa5db2d3fd850f72cd911eac424 release: update version number to 0.2.2 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, 1) +VERSION = (0, 2, 2) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',