changeset 902:980485bb58c9 0.6.x

0.6dev: Update next version in ChangeLog and setup.py and restore egg_info to setup.cfg
author hodgestar
date Fri, 11 Mar 2011 11:34:47 +0000
parents 5de8a6997c4a
children 288791ac7f02
files ChangeLog setup.cfg setup.py
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-Version 0.6
+Version 0.6.1
 (???, from 0.6.x branch)
-http://svn.edgewall.org/repos/bitten/tags/0.6
+http://svn.edgewall.org/repos/bitten/tags/0.6.1
 
  * ???
 
--- 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.6',
+    version =  '0.6.1',
     author = 'Edgewall Software',
     author_email = 'info@edgewall.org',
     license = 'BSD',
Copyright (C) 2012-2017 Edgewall Software