# HG changeset patch # User osimons # Date 1252706902 0 # Node ID 24c04502b29f11c1059bd368b010f50091f972dc # Parent a9157ac17ff9e5da53029a20bb3903419162b72e Preparing 0.6.x branch for 0.6b2 release. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ -Version 0.6 -(???, from 0.6.x branch) -http://svn.edgewall.org/repos/bitten/tags/0.6 +Version 0.6b2 +(12 September, from 0.6.x branch) +http://svn.edgewall.org/repos/bitten/tags/0.6b2 * Slave-only install changed to `./setup.py --without-master install` (or any other valid distribution command). diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,3 @@ -[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 @@ -110,7 +110,7 @@ setup( name = 'BittenSlave', - version = '0.7', + version = '0.6b2', author = 'Edgewall Software', author_email = 'info@edgewall.org', license = 'BSD',