prep for 0.9.4
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Unreleased
|
0.9.4 (2011-10-14)
|
||||||
----------
|
------------------
|
||||||
|
|
||||||
- ``flatten`` now only includes leaf nodes in the flattened dict.
|
- ``flatten`` now only includes leaf nodes in the flattened dict.
|
||||||
|
|
||||||
@@ -17,6 +17,8 @@ Unreleased
|
|||||||
- Added ``get_value`` and ``set_value`` methods to ``Schema`` which allow
|
- Added ``get_value`` and ``set_value`` methods to ``Schema`` which allow
|
||||||
access and mutation of appstructs using dotted name paths.
|
access and mutation of appstructs using dotted name paths.
|
||||||
|
|
||||||
|
- Add Swedish, French, Chinese translations.
|
||||||
|
|
||||||
0.9.3 (2011-06-23)
|
0.9.3 (2011-06-23)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@@ -52,7 +52,7 @@ copyright = '2010, Agendaless Consulting <pylons-discuss@googlegroups.com>'
|
|||||||
# other places throughout the built documents.
|
# other places throughout the built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.9.3'
|
version = '0.9.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@@ -29,7 +29,7 @@ except:
|
|||||||
requires = ['iso8601', 'translationstring']
|
requires = ['iso8601', 'translationstring']
|
||||||
|
|
||||||
setup(name='colander',
|
setup(name='colander',
|
||||||
version='0.9.3',
|
version='0.9.4',
|
||||||
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