prep for 1.0a5

This commit is contained in:
Chris McDonough
2013-05-31 11:56:50 -04:00
parent 7ec32b607f
commit abe4c2ab18
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
Next release 1.0a5 (2013-05-31)
------------ ------------------
- Fix bug introduced by supporting spec-mandated truncations of ISO-8601 - Fix bug introduced by supporting spec-mandated truncations of ISO-8601
timezones. A TypeError would be raised instead of Invalid. See timezones. A TypeError would be raised instead of Invalid. See

View File

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

View File

@@ -32,7 +32,7 @@ testing_extras = ['nose', 'coverage']
docs_extras = ['Sphinx'] docs_extras = ['Sphinx']
setup(name='colander', setup(name='colander',
version='1.0a4', version='1.0a5',
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,