diff genshi/__init__.py @ 986:97fcc9f0e191 trunk

Bump version number and add new section to ChangeLog.
author hodgestar
date Sun, 30 Dec 2012 16:43:06 +0000
parents ae0601d9a649
children
line wrap: on
line diff
--- a/genshi/__init__.py
+++ b/genshi/__init__.py
@@ -20,7 +20,7 @@
 """
 
 __docformat__ = 'restructuredtext en'
-__version__ = '0.7'
+__version__ = '0.8'
 
 from genshi.core import *
 from genshi.input import ParseError, XML, HTML
Copyright (C) 2012-2017 Edgewall Software