Skip to content

Commit

Permalink
Bump version 22.9 (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra authored Sep 24, 2022
1 parent c44eae5 commit a93f186
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .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.37.3
rev: v2.38.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
22.9 (2022-08-24)
-----------------
- Fixed code generation inconsistencies in different operating systems.
- Fixed circular imports error `#706 <https://github.com/tefra/xsdata/pull/706>`_
- Fixed naming conflicts in imports `#706 <https://github.com/tefra/xsdata/pull/706>`_
- Fixed issue with wrong occurrences in DTD code generation `#705 <https://github.com/tefra/xsdata/pull/705>`_
- Fixed xs:group and xs:attrGroup name conflicts `#702 <https://github.com/tefra/xsdata/pull/702>`_
- Added mathml3 in standard schemas

22.8 (2022-08-21)
-----------------
- Added pycode serializer `#626 <https://github.com/tefra/xsdata/issues/626>`_
Expand Down
12 changes: 7 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ Features



Changelog: 22.8 (2022-08-21)
Changelog: 22.9 (2022-08-24)
----------------------------
- Added pycode serializer `#626 <https://github.com/tefra/xsdata/issues/626>`_
- Added option to filter out unused global types `#691 <https://github.com/tefra/xsdata/issues/691>`_
- Avoid using generics for mixed content when possible `#696 <https://github.com/tefra/xsdata/pull/696>`_
- Removed support for python 3.6 `#671 <https://github.com/tefra/xsdata/pull/671>`_
- Fixed code generation inconsistencies in different operating systems.
- Fixed circular imports error `#706 <https://github.com/tefra/xsdata/pull/706>`_
- Fixed naming conflicts in imports `#706 <https://github.com/tefra/xsdata/pull/706>`_
- Fixed issue with wrong occurrences in DTD code generation `#705 <https://github.com/tefra/xsdata/pull/705>`_
- Fixed xs:group and xs:attrGroup name conflicts `#702 <https://github.com/tefra/xsdata/pull/702>`_
- Added mathml3 in standard schemas
Binary file removed docs/_static/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion xsdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "22.8"
__version__ = "22.9"

0 comments on commit a93f186

Please sign in to comment.