Skip to content

Commit

Permalink
prep for 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Aug 30, 2010
1 parent 2453bbf commit c36df01
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.7.2 (2010/08/30)
------------------

- Add an ``colander.SchemaNode.__iter__`` method, which iterates over
the children nodes of a schema node.
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.7.1'
version = '0.7.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', 'translationstring']

setup(name='colander',
version='0.7.1',
version='0.7.2',
description=('A simple schema-based serialization and deserialization '
'library'),
long_description=README + '\n\n' + CHANGES,
Expand Down

0 comments on commit c36df01

Please sign in to comment.