# HG changeset patch # User osimons # Date 1252707081 0 # Node ID 946711b71ad7525149e11dae864fb91e519f25fd # Parent 24c04502b29f11c1059bd368b010f50091f972dc Resetting 0.6.x branch after tagging 0.6b2. 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.6b2 (12 September, from 0.6.x branch) http://svn.edgewall.org/repos/bitten/tags/0.6b2 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 @@ -110,7 +110,7 @@ setup( name = 'BittenSlave', - version = '0.6b2', + version = '0.6', author = 'Edgewall Software', author_email = 'info@edgewall.org', license = 'BSD',