prep for 0.9.5

This commit is contained in:
Chris McDonough
2012-01-13 15:23:04 -05:00
parent 7dd682de23
commit c587f76a11
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
Changes
=======
0.9.5
-----
0.9.5 (2012-01-13)
------------------
- Added Czech translation.

View File

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

View File

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