# HG changeset patch # User Thomas De Schampheleire # Date 1551644996 -3600 # Node ID a18445b85d407294da0b7f1d8be3bedef5ffdea6 # Parent b2410a5d6563d72e416b82f084c87c2e7b16a1f1 release: 0.3.7 diff -r b2410a5d6563 -r a18445b85d40 kallithea/__init__.py --- a/kallithea/__init__.py Tue Feb 12 20:32:24 2019 +0100 +++ b/kallithea/__init__.py Sun Mar 03 21:29:56 2019 +0100 @@ -29,7 +29,7 @@ import sys import platform -VERSION = (0, 3, 6) +VERSION = (0, 3, 7) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',