comparison genshi/__init__.py @ 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 04945cd67dad
children
comparison
equal deleted inserted replaced
899:1299f2ef61d0 900:83f72a384221
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.6.1'
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