Prep for 0.5.1.

This commit is contained in:
Chris McDonough
2010-04-02 05:38:51 +00:00
parent e82bc8dfdd
commit 2686ec79d9
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
Changes
=======
Next release
------------
0.5.1 (2010-04-02)
------------------
- The constructor arguments to a the ``colander.Schema`` class are now
sent to the constructed SchemaNode rather than to the type it represents.

View File

@@ -52,7 +52,7 @@ copyright = '2010, Repoze Developers <repoze-dev@lists.repoze.org>'
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.5'
version = '0.5.1'
# The full version, including alpha/beta/rc tags.
release = version

View File

@@ -24,7 +24,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = ['iso8601']
setup(name='colander',
version='0.5',
version='0.5.1',
description=('A simple schema-based serialization and deserialization '
'library'),
long_description=README + '\n\n' + CHANGES,