prep 1.3.3
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
unreleased
|
1.3.3 (2017-04-25)
|
||||||
==========
|
==================
|
||||||
|
|
||||||
- Add "zh_Hant", traditional chinese translations, and rename simplified
|
- Add "zh_Hant", traditional chinese translations, and rename simplified
|
||||||
chinese from "zh" to "zh_Hans".
|
chinese from "zh" to "zh_Hans".
|
||||||
See https://github.com/Pylons/colander/pull/285
|
See https://github.com/Pylons/colander/pull/285
|
||||||
|
|
||||||
|
- Improve serialization of class objects using ``colander.GlobalObject``.
|
||||||
|
See https://github.com/Pylons/colander/pull/288
|
||||||
|
|
||||||
1.3.2 (2017-01-31)
|
1.3.2 (2017-01-31)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@@ -40,7 +40,7 @@ docs_extras = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
setup(name='colander',
|
setup(name='colander',
|
||||||
version='1.3.2',
|
version='1.3.3',
|
||||||
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