prep for 1.0a3

This commit is contained in:
Chris McDonough
2013-05-16 17:37:42 -04:00
parent ad9e400c1c
commit 8ec4db7527
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Unreleased
1.0a3 (2013-05-16)
------------------
Features

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 = '1.0a2'
version = '1.0a3'
# 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='1.0a2',
version='1.0a3',
description=('A simple schema-based serialization and deserialization '
'library'),
long_description=README + '\n\n' + CHANGES,