prep for 0.7.3
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
Next release
|
||||
------------
|
||||
0.7.3 (2010/09/02)
|
||||
------------------
|
||||
|
||||
- The title of a schema node now defaults to a titleization of the
|
||||
``name``. Underscores in the ``name`` are replaced with empty
|
||||
|
||||
@@ -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.7.2'
|
||||
version = '0.7.3'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -24,7 +24,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
|
||||
requires = ['iso8601', 'translationstring']
|
||||
|
||||
setup(name='colander',
|
||||
version='0.7.2',
|
||||
version='0.7.3',
|
||||
description=('A simple schema-based serialization and deserialization '
|
||||
'library'),
|
||||
long_description=README + '\n\n' + CHANGES,
|
||||
|
||||
Reference in New Issue
Block a user