# HG changeset patch # User hodgestar # Date 1299843287 0 # Node ID 980485bb58c98ea98ad8bfa8463d32889fdac9ca # Parent 5de8a6997c4a7ba1749145e6ed1c063553ef3390 0.6dev: Update next version in ChangeLog and setup.py and restore egg_info to setup.cfg diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ -Version 0.6 +Version 0.6.1 (???, from 0.6.x branch) -http://svn.edgewall.org/repos/bitten/tags/0.6 +http://svn.edgewall.org/repos/bitten/tags/0.6.1 * ??? 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 + [unittest] xml_output = build/test-results.xml coverage_summary = build/test-coverage.txt diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ setup( name = 'BittenSlave', - version = '0.6', + version = '0.6.1', author = 'Edgewall Software', author_email = 'info@edgewall.org', license = 'BSD',