From 9a28a1bd5abab5dffa9a832f1f88e4bfd8d27467 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 15 May 2020 16:58:19 +0300 Subject: [PATCH] Releasing v20.5.2 --- CHANGES.rst | 4 ++++ README.rst | 10 ++-------- setup.cfg | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 325db1134..c08fb7f82 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +20.5.2 (2020-05-15) +------------------- +- Fix flattening enumeration unions. + 20.5.1 (2020-05-14) ------------------- - Added support to fetch remote schemas. diff --git a/README.rst b/README.rst index b5c698762..a914b0a7b 100644 --- a/README.rst +++ b/README.rst @@ -64,12 +64,6 @@ Features - Output: Python Data Classes - Output: PlantUML class diagram -Changelog: 20.5.1 (2020-05-14) +Changelog: 20.5.2 (2020-05-15) ------------------------------ -- Added support to fetch remote schemas. -- Updated duplicate attribute names handling. -- Updated code generation for enum type fields and default values. -- Fixed issue not generating classes derived from simple types. -- Fixed analyzer reaching the maximum recursion depth. -- Fixed analyzer to flatten properly inner self referencing classes. -- Moved dataclasses python conventions to jinja filters. +- Fix flattening enumeration unions. diff --git a/setup.cfg b/setup.cfg index 69c37c7ad..ca8e8c40d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = xsdata -version = 20.5.1 +version = 20.5.2 description = Python XML Binding long_description = file: README.rst long_description_content_type = text/x-rst