# HG changeset patch # User Thomas De Schampheleire # Date 2019-03-03 21:29:56 # Node ID a18445b85d407294da0b7f1d8be3bedef5ffdea6 # Parent b2410a5d6563d72e416b82f084c87c2e7b16a1f1 release: 0.3.7 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, 6) +VERSION = (0, 3, 7) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',