Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Jun 24, 2022
1 parent 65bbcab commit 52ca9ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
CHANGELOG
*********

`v1.11.3`_ (2022-06-24)
=======================
* Fix invalid element not detected with empty particle (issue #306)
* Fix Sphinx warnings (issue #305)

`v1.11.2`_ (2022-06-11)
=======================
* Fix 'replace_existing' argument usage in `XsdElement.get_binding` method (issue #300)
Expand Down Expand Up @@ -537,3 +542,4 @@ v0.9.6 (2017-05-05)
.. _v1.11.0: https://github.com/brunato/xmlschema/compare/v1.10.0...v1.11.0
.. _v1.11.1: https://github.com/brunato/xmlschema/compare/v1.11.0...v1.11.1
.. _v1.11.2: https://github.com/brunato/xmlschema/compare/v1.11.1...v1.11.2
.. _v1.11.3: https://github.com/brunato/xmlschema/compare/v1.11.2...v1.11.3
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publiccodeYmlVersion: '0.2'
name: xmlschema
url: 'https://github.com/sissaschool/xmlschema'
landingURL: 'https://github.com/sissaschool/xmlschema'
releaseDate: '2022-06-11'
softwareVersion: v1.11.2
releaseDate: '2022-06-24'
softwareVersion: v1.11.3
developmentStatus: stable
platforms:
- linux
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='xmlschema',
version='1.11.2',
version='1.11.3',
packages=find_packages(include=['xmlschema', 'xmlschema.*']),
include_package_data=True,
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion xmlschema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
XsdComponent, XsdType, XsdElement, XsdAttribute
)

__version__ = '1.11.2'
__version__ = '1.11.3'
__author__ = "Davide Brunato"
__contact__ = "brunato@sissa.it"
__copyright__ = "Copyright 2016-2022, SISSA"
Expand Down

0 comments on commit 52ca9ec

Please sign in to comment.