prep for 1.0a2

This commit is contained in:
Chris McDonough
2013-01-30 13:46:57 -05:00
parent ccbb3c4dff
commit ff6d8c29c9
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
Next release
------------
1.0a2 (2013-01-30)
------------------
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.0a1'
version = '1.0a2'
# 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.0a1',
version='1.0a2',
description=('A simple schema-based serialization and deserialization '
'library'),
long_description=README + '\n\n' + CHANGES,