prep 1.3.3

This commit is contained in:
Michael Merickel
2017-04-25 01:50:45 -05:00
parent 8ed118a594
commit 2c5fab4844
2 changed files with 6 additions and 3 deletions

View File

@@ -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)
================== ==================

View File

@@ -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,