Prep for 0.1.

This commit is contained in:
Chris McDonough
2010-03-14 16:51:25 +00:00
parent 68bdec655f
commit aecc474bde
3 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
Changes
=======
0.0 (unreleased)
0.1 (2010-03-14)
----------------
- Initial release.

View File

@@ -1,4 +1,4 @@
colander
Colander
========
An extensible package which can be used to:
@@ -9,4 +9,5 @@ An extensible package which can be used to:
- serialize an arbitrary data structure to a data structure composed
of strings, mappings, and lists.
Please see docs/index.rst for further documentation.
Please see `http://docs.repoze.org/colander
<http://docs.repoze.org/colander>`_ for further documentation.

View File

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