comparison setup.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 06e89bc81d6d
children 480cf1be291a
comparison
equal deleted inserted replaced
978:06e89bc81d6d 986:97fcc9f0e191
108 packages = ['genshi', 'genshi.filters', 'genshi.template'] 108 packages = ['genshi', 'genshi.filters', 'genshi.template']
109 109
110 110
111 setup( 111 setup(
112 name = 'Genshi', 112 name = 'Genshi',
113 version = '0.7', 113 version = '0.8',
114 description = 'A toolkit for generation of output for the web', 114 description = 'A toolkit for generation of output for the web',
115 long_description = \ 115 long_description = \
116 """Genshi is a Python library that provides an integrated set of 116 """Genshi is a Python library that provides an integrated set of
117 components for parsing, generating, and processing HTML, XML or 117 components for parsing, generating, and processing HTML, XML or
118 other textual content for output generation on the web. The major 118 other textual content for output generation on the web. The major
Copyright (C) 2012-2017 Edgewall Software