Skip to content

Commit

Permalink
Releasing v22.4 (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra authored Apr 10, 2022
1 parent a9ca8ee commit f837948
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: tests/fixtures

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.32.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -26,7 +26,7 @@ repos:
args: ["--suppress-none-returning"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
22.4 (2022-04-10)
-----------------
- Added config option to unnest classes
- Added new class meta option global_type, to hide classes from discovery
- Removed min/max length restrictions for enum type fields
- Allow builtin xml types to be fully extended `#672 <https://github.com/tefra/xsdata/pull/672>`_


22.3 (2022-03-20)
-----------------
- Added official support for python 3.11
Expand Down
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ Features
- Customize behaviour through config


Changelog: 22.3 (2022-03-20)
Changelog: 22.4 (2022-04-10)
----------------------------
- Added official support for python 3.11
- Fixed enumerations restricting complex types `#659 <https://github.com/tefra/xsdata/issues/659>`_
- Fixed attribute name duplicate check to avoid invalid slugs
- Added config option to unnest classes
- Added new class meta option global_type, to hide classes from discovery
- Removed min/max length restrictions for enum type fields
- Allow builtin xml types to be fully extended `#672 <https://github.com/tefra/xsdata/pull/672>`_
2 changes: 1 addition & 1 deletion xsdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "22.3"
__version__ = "22.4"

0 comments on commit f837948

Please sign in to comment.