comparison genshi/__init__.py @ 901:89f4a6a31dbf

Bump up version number on trunk.
author cmlenz
date Thu, 22 Apr 2010 17:27:55 +0000
parents 04945cd67dad
children
comparison
equal deleted inserted replaced
897:85e4678337cf 901:89f4a6a31dbf
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.6' 23 __version__ = '0.7'
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