prep 1.3.2

This commit is contained in:
Michael Merickel
2017-01-31 23:36:14 -06:00
parent 67cd405225
commit 1e23d21dcb
2 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
unreleased 1.3.2 (2017-01-31)
========== ==================
- Python 3.6 support. - Python 3.6 support.
@@ -9,6 +9,15 @@ unreleased
- Fix an issue when using a node multiple times in a schema by cloning it. - Fix an issue when using a node multiple times in a schema by cloning it.
See https://github.com/Pylons/colander/issues/279 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) 1.3.1 (2016-05-23)
================== ==================

View File

@@ -40,7 +40,7 @@ docs_extras = [
] ]
setup(name='colander', setup(name='colander',
version='1.3.1', version='1.3.2',
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,