# HG changeset patch # User cmlenz # Date 1271957275 0 # Node ID 89f4a6a31dbfc0c772c3af78698cdb723c2a31a2 # Parent 85e4678337cf4a9032f06b2c4f3a5bf34986bbd5 Bump up version number on trunk. 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' +__version__ = '0.7' 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 @@ -88,7 +88,7 @@ setup( name = 'Genshi', - version = '0.6', + version = '0.7', description = 'A toolkit for generation of output for the web', long_description = \ """Genshi is a Python library that provides an integrated set of