# HG changeset patch # User Andrew Shadura # Date 1457878643 -3600 # Node ID 9bf8eb837e785b6856ccfac264e977ce3ebe1535 # Parent 250f8150c4bb0ca00dcb92f49ce9a475545863e8 release: 0.3.1 diff -r 250f8150c4bb -r 9bf8eb837e78 kallithea/__init__.py --- a/kallithea/__init__.py Sat Mar 12 14:35:43 2016 +0100 +++ b/kallithea/__init__.py Sun Mar 13 15:17:23 2016 +0100 @@ -29,7 +29,7 @@ import sys import platform -VERSION = (0, 3) +VERSION = (0, 3, 1) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',