# HG changeset patch # User Andrew Shadura # Date 2015-10-02 19:50:15 # Node ID 9b3e9e242f5c97cc0c7657e5ac93dce7de61ca16 # Parent 80b69729a0e25b366d2ea9e9892643e35423977f release: 0.3 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, 9) +VERSION = (0, 3) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',