# HG changeset patch # User cmlenz # Date 1145357459 0 # Node ID bca4f3508207b17d00a775f9e61501f00683b12c # Parent 4a0de8d10fe10f36e4e602f25703376eb046d08a Incremented version number for 0.5.x branch. diff --git a/bitten/__init__.py b/bitten/__init__.py --- a/bitten/__init__.py +++ b/bitten/__init__.py @@ -7,4 +7,4 @@ # you should have received as part of this distribution. The terms # are also available at http://bitten.cmlenz.net/wiki/License. -__version__ = '0.5.3' +__version__ = '0.5.4' diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ +[egg_info] +tag_build = dev +tag_svn_revision = true + [sdist] formats = bztar, gztar, zip