Prep for 0.1.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
0.0 (unreleased)
|
0.1 (2010-03-14)
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
- Initial release.
|
- Initial release.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
colander
|
Colander
|
||||||
========
|
========
|
||||||
|
|
||||||
An extensible package which can be used to:
|
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
|
- serialize an arbitrary data structure to a data structure composed
|
||||||
of strings, mappings, and lists.
|
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.
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -24,7 +24,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
|
|||||||
requires = []
|
requires = []
|
||||||
|
|
||||||
setup(name='colander',
|
setup(name='colander',
|
||||||
version='0.0',
|
version='0.1',
|
||||||
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