Skip to content

Commit

Permalink
Bump version v22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Jul 17, 2022
1 parent 064e77d commit a69641e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ exclude: tests/fixtures

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.1
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.3.0
rev: v3.8.1
hooks:
- id: reorder-python-imports
- repo: https://github.com/ambv/black
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.7 (2022-07-22)
-----------------
- Fix empty lists do not get serialized `#686 <https://github.com/tefra/xsdata/issues/686>`_
- Added external DTD code generator `#688 <https://github.com/tefra/xsdata/pull/688>`_
- Added support for python 3.11

In the next release we will drop python 3.6 support!!!


22.5 (2022-05-08)
-----------------
- Added support for xml date/time nanoseconds `#679 <https://github.com/tefra/xsdata/pull/679>`_
Expand Down
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ Features
- Customize behaviour through config


Changelog: 22.5 (2022-05-08)
Changelog: 22.7 (2022-07-22)
----------------------------
- Added support for xml date/time nanoseconds `#679 <https://github.com/tefra/xsdata/pull/679>`_
- Fix empty lists do not get serialized `#686 <https://github.com/tefra/xsdata/issues/686>`_
- Added external DTD code generator `#688 <https://github.com/tefra/xsdata/pull/688>`_
- Added support for python 3.11

In the next release we will drop python 3.6 support!!!
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers =
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Code Generators
Topic :: Text Processing :: Markup :: XML
keywords = xsd,wsdl,schema,binding,xml,json,dataclasses,generator,cli
keywords = xsd,wsdl,schema,dtd,binding,xml,json,dataclasses,generator,cli
project_urls =
Source=https://github.com/tefra/xsdata
Documentation=https://xsdata.readthedocs.io/
Expand Down
2 changes: 1 addition & 1 deletion xsdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "22.5"
__version__ = "22.7"

0 comments on commit a69641e

Please sign in to comment.