prep for 0.7.1
This commit is contained in:
@@ -4,8 +4,8 @@ Changes
|
|||||||
Next Release
|
Next Release
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Bug Fixes
|
0.7.1 (2010/06/12)
|
||||||
~~~~~~~~~
|
------------------
|
||||||
|
|
||||||
- Make it possible to use ``colander.null`` as a ``missing`` argument
|
- Make it possible to use ``colander.null`` as a ``missing`` argument
|
||||||
to ``colander.SchemaNode`` for roundtripping purposes.
|
to ``colander.SchemaNode`` for roundtripping purposes.
|
||||||
|
@@ -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.0'
|
version = '0.7.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@@ -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.0',
|
version='0.7.1',
|
||||||
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,
|
||||||
|
Reference in New Issue
Block a user