changeset 981:95cb5bf323e5 stable-0.7.x

Put back [egg_info], bump version number and add new section to ChangeLog.
author hodgestar
date Sun, 30 Dec 2012 14:54:50 +0000
parents 82918db18e96
children d81f8ba0e6ba
files ChangeLog genshi/__init__.py setup.cfg setup.py
diffstat 4 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Version 0.7.1
+http://svn.edgewall.org/repos/genshi/tags/0.7.1/
+(???, from branches/stable/0.7.x)
+
+ * ???
+
+
 Version 0.7
 http://svn.edgewall.org/repos/genshi/tags/0.7.0/
 (Dec 30 2012, from branches/stable/0.7.x)
--- a/genshi/__init__.py
+++ b/genshi/__init__.py
@@ -20,7 +20,7 @@
 """
 
 __docformat__ = 'restructuredtext en'
-__version__ = '0.7'
+__version__ = '0.7.1'
 
 from genshi.core import *
 from genshi.input import ParseError, XML, HTML
--- a/setup.cfg
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true
--- a/setup.py
+++ b/setup.py
@@ -110,7 +110,7 @@
 
 setup(
     name = 'Genshi',
-    version = '0.7',
+    version = '0.7.1',
     description = 'A toolkit for generation of output for the web',
     long_description = \
 """Genshi is a Python library that provides an integrated set of
Copyright (C) 2012-2017 Edgewall Software