prep for 0.9.2

This commit is contained in:
Chris McDonough
2011-03-28 21:46:27 -04:00
parent 1a3d64b348
commit de7facd1a4
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
Changes Changes
======= =======
Next release 0.9.2 (2011-03-28)
------------ ------------------
- Added Polish translation, thanks to Jędrzej Nowak. - Added Polish translation, thanks to Jędrzej Nowak.

View File

@@ -52,7 +52,7 @@ copyright = '2010, Agendaless Consulting <pylons-discuss@googlegroups.com>'
# other places throughout the built documents. # other places throughout the built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.9.1' version = '0.9.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version

View File

@@ -29,7 +29,7 @@ except:
requires = ['iso8601', 'translationstring'] requires = ['iso8601', 'translationstring']
setup(name='colander', setup(name='colander',
version='0.9.1', version='0.9.2',
description=('A simple schema-based serialization and deserialization ' description=('A simple schema-based serialization and deserialization '
'library'), 'library'),
long_description=README + '\n\n' + CHANGES, long_description=README + '\n\n' + CHANGES,