comparison 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
comparison
equal deleted inserted replaced
978:06e89bc81d6d 986:97fcc9f0e191
18 in concept to SAX parsing events) which can be processed in a uniform manner 18 in concept to SAX parsing events) which can be processed in a uniform manner
19 independently of where or how they are produced. 19 independently of where or how they are produced.
20 """ 20 """
21 21
22 __docformat__ = 'restructuredtext en' 22 __docformat__ = 'restructuredtext en'
23 __version__ = '0.7' 23 __version__ = '0.8'
24 24
25 from genshi.core import * 25 from genshi.core import *
26 from genshi.input import ParseError, XML, HTML 26 from genshi.input import ParseError, XML, HTML
Copyright (C) 2012-2017 Edgewall Software