# HG changeset patch # User hodgestar # Date 1359301150 0 # Node ID cc85c7207905bd707a61275251dad849640ba4c8 # Parent 041b6b3dd7c66fb54d4f426f32e927da19ba7273 Set version and drop egg_info in preparation for tagging. 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.2' +__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 @@ -1,3 +0,0 @@ -[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.2', + 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