changeset 900:83f72a384221 stable-0.6.x

Bump up version number of 0.6.x branch.
author cmlenz
date Thu, 22 Apr 2010 17:27:10 +0000
parents 1299f2ef61d0
children 80762e029617
files genshi/__init__.py setup.cfg setup.py
diffstat 3 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/setup.cfg
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = dev
+tab_svn_revision = true
--- 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
Copyright (C) 2012-2017 Edgewall Software