changeset 880:11fb824892b6 0.6.x

0.6dev: Reverting 0.6 branch to development mode after tagging 0.6b3.
author osimons
date Thu, 21 Oct 2010 10:00:11 +0000
parents 2c7f9e41c268
children e0bf8de58f1b
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.6b3
 (21 October 2010, from 0.6.x branch)
 http://svn.edgewall.org/repos/bitten/tags/0.6b3
--- 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
@@ -109,7 +109,7 @@
 
 setup(
     name = 'BittenSlave',
-    version =  '0.6b3',
+    version =  '0.6',
     author = 'Edgewall Software',
     author_email = 'info@edgewall.org',
     license = 'BSD',
Copyright (C) 2012-2017 Edgewall Software