# HG changeset patch # User Thomas De Schampheleire # Date 2019-03-26 22:20:23 # Node ID 60f726162fd6c515bd819feb423be73cad01d7d3 # Parent 7a0ba28b17f04f63f76e241c54ec34f912aa7885 release 0.4.0rc2 (release candidate) diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -30,7 +30,7 @@ Original author and date, and relevant c import sys import platform -VERSION = (0, 4, 0, 'rc1') +VERSION = (0, 4, 0, 'rc2') BACKENDS = { 'hg': 'Mercurial repository', 'git': 'Git repository',