diff --git a/CHANGES.rst b/CHANGES.rst index f4bf4e7..76e05a9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -unreleased -========== +1.3.2 (2017-01-31) +================== - Python 3.6 support. @@ -9,6 +9,15 @@ unreleased - Fix an issue when using a node multiple times in a schema by cloning it. See https://github.com/Pylons/colander/issues/279 +- Fix a regression that broke ``SequenceSchema.clone``. + See https://github.com/Pylons/colander/pull/275 + +- Update german translations. + See https://github.com/Pylons/colander/pull/273 + +- Recompile language files. + See https://github.com/Pylons/colander/pull/270 + 1.3.1 (2016-05-23) ================== diff --git a/setup.py b/setup.py index e6237bb..eae74a5 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ docs_extras = [ ] setup(name='colander', - version='1.3.1', + version='1.3.2', description=('A simple schema-based serialization and deserialization ' 'library'), long_description=README + '\n\n' + CHANGES,