# HG changeset patch # User Andrew Shadura # Date 2016-05-02 18:52:41 # Node ID a84d40e9481fcea4dafadee86b03f0dd401527d6 # Parent 9b74296e6af624023970d8634e804b76ed2dd2b4 release: 0.3.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, 3, 1) +VERSION = (0, 3, 2) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',