prep for 1.0a5
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@@ -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,
|
||||||
|
Reference in New Issue
Block a user