prep 1.3.2
This commit is contained in:
13
CHANGES.rst
13
CHANGES.rst
@@ -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)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@@ -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,
|
||||||
|
Reference in New Issue
Block a user