Prep for 0.4.

This commit is contained in:
Chris McDonough 2010-03-31 03:59:59 +00:00
parent a1731bc86d
commit 2f8c3e2d5b
4 changed files with 5 additions and 4 deletions

View File

@ -4,4 +4,5 @@ syntax: glob
env
*.egg
*.egg-info
dist

View File

@ -1,8 +1,8 @@
Changes
=======
Next release
------------
0.4 (2010-03-30)
----------------
- Add ``colander.DateTime`` and ``colander.Date`` data types.

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