# HG changeset patch # User hodgestar # Date 1359301130 0 # Node ID 4317e7c4729b3e1f87ca7a3ea62a1ee202750884 # Parent 9b08733965137743de0e28734c490e28b5477b01 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.7.1' +__version__ = '0.7' 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 @@ -111,7 +111,7 @@ setup( name = 'Genshi', - version = '0.7.1', + 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