prep for 0.9.6
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Next release
|
0.9.6 (2012-02-14)
|
||||||
------------
|
------------------
|
||||||
|
|
||||||
- No longer runs on Python 2.4 or 2.5. Python 2.6+ is now required.
|
- No longer runs on Python 2.4 or 2.5. Python 2.6+ is now required.
|
||||||
|
|
||||||
|
@@ -38,7 +38,7 @@ copyright = '2010, 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 = '0.9.5'
|
version = '0.9.6'
|
||||||
# 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
@@ -29,7 +29,7 @@ except:
|
|||||||
requires = ['translationstring']
|
requires = ['translationstring']
|
||||||
|
|
||||||
setup(name='colander',
|
setup(name='colander',
|
||||||
version='0.9.5',
|
version='0.9.6',
|
||||||
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