Skip to content

Commit

Permalink
Prep for 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 9, 2010
1 parent 3e9fd5a commit 54aadac
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.2 (2010-04-09)
------------------

- Add Email and Regex validators (courtesy Steve Howe).

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.1'
version = '0.5.2'
# 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.1',
version='0.5.2',
description=('A simple schema-based serialization and deserialization '
'library'),
long_description=README + '\n\n' + CHANGES,
Expand Down

0 comments on commit 54aadac

Please sign in to comment.