# HG changeset patch # User hodgestar # Date 1356885478 0 # Node ID 8d4625183417b20b6f0d04efa516df24ea68bc61 # Parent 1459a14949d426d3b09f04804d5974efac294245 Put back [egg_info], bump version number and add new section to ChangeLog. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Version 0.6.2 +http://svn.edgewall.org/repos/genshi/tags/0.6.2/ +(???, from branches/stable/0.6.x) + + * ??? + + Version 0.6.1 http://svn.edgewall.org/repos/genshi/tags/0.6.1/ (Dec 30 2012, from branches/stable/0.6.x) diff --git a/genshi/__init__.py b/genshi/__init__.py --- a/genshi/__init__.py +++ b/genshi/__init__.py @@ -20,7 +20,7 @@ """ __docformat__ = 'restructuredtext en' -__version__ = '0.6.1' +__version__ = '0.6.2' from genshi.core import * from genshi.input import ParseError, XML, HTML diff --git a/setup.cfg b/setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -0,0 +1,3 @@ +[egg_info] +tag_build = dev +tag_svn_revision = true diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ setup( name = 'Genshi', - version = '0.6.1', + version = '0.6.2', description = 'A toolkit for generation of output for the web', long_description = \ """Genshi is a Python library that provides an integrated set of