changeset 1009:cc85c7207905 stable-0.6.x 0.6.1

Set version and drop egg_info in preparation for tagging.
author hodgestar
date Sun, 27 Jan 2013 15:39:10 +0000
parents 041b6b3dd7c6
children 203d981d314a
files genshi/__init__.py setup.cfg setup.py
diffstat 3 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +0,0 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true
--- 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
Copyright (C) 2012-2017 Edgewall Software