# HG changeset patch # User cmlenz # Date 1271957230 0 # Node ID 83f72a384221c564f0bab700315e8d7a5500f73d # Parent 1299f2ef61d0fc26c8c8e491d082b0aa28e8bb16 Bump up version number of 0.6.x branch. 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.6.1' 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 +tab_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', + version = '0.6.1', description = 'A toolkit for generation of output for the web', long_description = \ """Genshi is a Python library that provides an integrated set of