# HG changeset patch # User osimons # Date 1287655211 0 # Node ID 11fb824892b6d9a958b7c8fa30a12d1ef5307e04 # Parent 2c7f9e41c2680aef31b35738f4b73b6e06d88346 0.6dev: Reverting 0.6 branch to development mode after tagging 0.6b3. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Version 0.6 +(???, from 0.6.x branch) +http://svn.edgewall.org/repos/bitten/tags/0.6 + + * ??? + + Version 0.6b3 (21 October 2010, from 0.6.x branch) http://svn.edgewall.org/repos/bitten/tags/0.6b3 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.6b3', + version = '0.6', author = 'Edgewall Software', author_email = 'info@edgewall.org', license = 'BSD',