Skip to content

Commit

Permalink
Releasing v20.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed May 15, 2020
1 parent 125fae1 commit 9a28a1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 2 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9a28a1b

Please sign in to comment.