# HG changeset patch # User Andrew Shadura # Date 2016-03-13 15:17:23 # Node ID 9bf8eb837e785b6856ccfac264e977ce3ebe1535 # Parent 250f8150c4bb0ca00dcb92f49ce9a475545863e8 release: 0.3.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, 3) +VERSION = (0, 3, 1) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',