prep for 0.9.9

This commit is contained in:
Chris McDonough
2012-09-24 16:20:26 -04:00
parent bc6965c9f4
commit f8551dde28
3 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
Next release
------------
0.9.9 (2012-09-24)
------------------
Features
~~~~~~~~
- Allow the use of 'missing=None' for Number. See
- Allow the use of ``missing=None`` for Number. See
https://github.com/Pylons/colander/pull/59 .
- Create a ``colander.Money`` type that is a Decimal type with

View File

@@ -38,7 +38,7 @@ copyright = '2012, Agendaless Consulting <pylons-discuss@googlegroups.com>'
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.9.8'
version = '0.9.9'
# The full version, including alpha/beta/rc tags.
release = version

View File

@@ -32,7 +32,7 @@ testing_extras = ['nose', 'coverage']
docs_extras = ['Sphinx']
setup(name='colander',
version='0.9.9dev',
version='0.9.9',
description=('A simple schema-based serialization and deserialization '
'library'),
long_description=README + '\n\n' + CHANGES,