prep for 0.9.8

This commit is contained in:
Chris McDonough
2012-04-27 09:04:47 -04:00
parent cddb7a8f62
commit 0ae8ff3ef9
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
Changes
=======
Next release
------------
0.9.8 (2012-04-27)
------------------
- False evaluating values are now serialized to colander.null for
String, Date, and Time. This resolves the issue where a None value

View File

@@ -32,13 +32,13 @@ master_doc = 'index'
# General substitutions.
project = 'colander'
copyright = '2010, Agendaless Consulting <pylons-discuss@googlegroups.com>'
copyright = '2012, Agendaless Consulting <pylons-discuss@googlegroups.com>'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.9.7'
version = '0.9.8'
# 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.7',
version='0.9.8',
description=('A simple schema-based serialization and deserialization '
'library'),
long_description=README + '\n\n' + CHANGES,