Prep for 0.8.

This commit is contained in:
Chris McDonough
2010-09-08 20:54:56 +00:00
parent 02160a7dc2
commit a6a1aab9ab
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
Changes Changes
======= =======
Next release 0.8 (2010/09/08)
------------ -----------------
- Docstring fixes to ``colander.SchemaNode`` (``missing`` is not the - Docstring fixes to ``colander.SchemaNode`` (``missing`` is not the
``null`` value when required, it's a special marker value). ``null`` value when required, it's a special marker value).

View File

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

View File

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