changeset 686:946711b71ad7 0.6.x

Resetting 0.6.x branch after tagging 0.6b2.
author osimons
date Fri, 11 Sep 2009 22:11:21 +0000
parents 24c04502b29f
children eac5ed5a2d88
files ChangeLog setup.cfg setup.py
diffstat 3 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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',
Copyright (C) 2012-2017 Edgewall Software