Skip to content

Commit

Permalink
Prep for 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Sep 8, 2010
1 parent 02160a7 commit a6a1aab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
@@ -1,8 +1,8 @@
Changes
=======

Next release
------------
0.8 (2010/09/08)
-----------------

- Docstring fixes to ``colander.SchemaNode`` (``missing`` is not the
``null`` value when required, it's a special marker value).
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -52,7 +52,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.7.3'
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@
requires = ['iso8601', 'translationstring']

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

0 comments on commit a6a1aab

Please sign in to comment.