# HG changeset patch # User Thomas De Schampheleire # Date 2018-06-06 19:37:12 # Node ID 4cca4cc6a0a97f4c4763317184cd41aca4297630 # Parent 64d41568507ce86f9fc601933f1cb0b4c8caddca release: 0.3.5 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, 4) +VERSION = (0, 3, 5) BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',