Skip to content

Commit

Permalink
Prep for 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 2, 2010
1 parent e82bc8d commit 2686ec7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# 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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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,
Expand Down

0 comments on commit 2686ec7

Please sign in to comment.