# HG changeset patch # User Thomas De Schampheleire # Date 2018-04-01 15:25:03 # Node ID cf635c823ea059cc3a1581b82d8672e46b682384 # Parent 92fd0b7ff4d9adb7e7f871719adf1bfe8ed753bc release: 0.3.4 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, 3) +VERSION = (0, 3, 4) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',