Prep for 0.5.

This commit is contained in:
Chris McDonough
2010-03-31 18:33:51 +00:00
parent 2f8c3e2d5b
commit 036a108bb1
3 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
Changes
=======
0.5 (2010-03-31)
----------------
- 0.4 was mispackaged (CHANGES.txt missing); no code changes from 0.4
however.
0.4 (2010-03-30)
----------------

View File

@@ -52,7 +52,7 @@ copyright = '2010, Repoze Developers <repoze-dev@lists.repoze.org>'
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = version

View File

@@ -24,7 +24,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = ['iso8601']
setup(name='colander',
version='0.4',
version='0.5',
description=('A simple schema-based serialization and deserialization '
'library'),
long_description=README + '\n\n' + CHANGES,