# HG changeset patch # User hodgestar # Date 1356885786 0 # Node ID 97fcc9f0e19185f18e23114fa6cc3bcbe682cb67 # Parent 06e89bc81d6d2f6e0f9406812cd1073a09ef2ae8 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.8 +http://svn.edgewall.org/repos/genshi/tags/0.8.0/ +(???, from branches/stable/0.8.x) + + * ??? + + Version 0.7 http://svn.edgewall.org/repos/genshi/tags/0.7.0/ (Dec 30 2012, from branches/stable/0.7.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.7' +__version__ = '0.8' from genshi.core import * from genshi.input import ParseError, XML, HTML diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ setup( name = 'Genshi', - version = '0.7', + version = '0.8', description = 'A toolkit for generation of output for the web', long_description = \ """Genshi is a Python library that provides an integrated set of