From 1d765abb249e47503e467aa89b86257be56855c1 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 6 Feb 2022 19:07:43 +0200 Subject: [PATCH] Prepare release v22.2 --- .pre-commit-config.yaml | 2 +- CHANGES.rst | 6 ++++++ README.rst | 7 ++++--- xsdata/__init__.py | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64e1f3161..648057e88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: hooks: - id: reorder-python-imports - repo: https://github.com/ambv/black - rev: 21.12b0 + rev: 22.1.0 hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 diff --git a/CHANGES.rst b/CHANGES.rst index 8c92a20da..8941dbd34 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +22.2 (2022-02-06) +----------------- +- Fixed substitution groups on duplicate global types `#648 `_ +- Added Postponed Annotations config option `#646 `_ +- Added support for subclasses with different namespaces `#654 `_ + 22.1 (2022-01-23) ----------------- - Added recursive glob for cli dir source `#643 `_ diff --git a/README.rst b/README.rst index 9180e1da2..f4a0f5c3b 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,8 @@ Features - Customize behaviour through config -Changelog: 22.1 (2022-01-23) +Changelog: 22.2 (2022-02-06) ----------------------------- -- Added recursive glob for cli dir source `#643 `_ -- Added cfg options to change/force compound field names `#639 `_ +- Fixed substitution groups on duplicate global types `#648 `_ +- Added Postponed Annotations config option `#646 `_ +- Added support for subclasses with different namespaces `#654 `_ diff --git a/xsdata/__init__.py b/xsdata/__init__.py index 30adf3307..a9f731738 100644 --- a/xsdata/__init__.py +++ b/xsdata/__init__.py @@ -1 +1 @@ -__version__ = "22.1" +__version__ = "22.2"