changeset 685:24c04502b29f 0.6.x 0.6b2

Preparing 0.6.x branch for 0.6b2 release.
author osimons
date Fri, 11 Sep 2009 22:08:22 +0000
parents a9157ac17ff9
children 946711b71ad7
files ChangeLog setup.cfg setup.py
diffstat 3 files changed, 4 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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).
--- 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
--- 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',
Copyright (C) 2012-2017 Edgewall Software