Skip to content

Commit

Permalink
Bump bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Jan 9, 2024
1 parent 101d374 commit 8ec3500
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
*********

`v3.0.1`_ (2024-01-09)
======================
* Hotfix release for broken requirement
* Set python-requires metadata to >=3.8 (pull request #382)
* Upgrade GitHub Actions (pull request #381)

`v3.0.0`_ (2024-01-07)
======================
* XML declaration processing option *xmlns_processing* for converters
Expand Down Expand Up @@ -655,3 +661,4 @@ v0.9.6 (2017-05-05)
.. _v2.5.0: https://github.com/brunato/xmlschema/compare/v2.4.0...v2.5.0
.. _v2.5.1: https://github.com/brunato/xmlschema/compare/v2.5.0...v2.5.1
.. _v3.0.0: https://github.com/brunato/xmlschema/compare/v2.5.1...v3.0.0
.. _v3.0.1: https://github.com/brunato/xmlschema/compare/v3.0.0...v3.0.1
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.0'
release = '3.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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: '2024-01-07'
softwareVersion: v3.0.0
releaseDate: '2024-01-09'
softwareVersion: v3.0.1
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='3.0.0',
version='3.0.1',
packages=find_packages(include=['xmlschema*']),
package_data={
'xmlschema': ['py.typed', 'locale/**/*.mo', 'locale/**/*.po', 'schemas/*/*.xsd'],
Expand Down
2 changes: 1 addition & 1 deletion xmlschema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
XMLSchema11, XsdComponent, XsdType, XsdElement, XsdAttribute
)

__version__ = '3.0.0'
__version__ = '3.0.1'
__author__ = "Davide Brunato"
__contact__ = "brunato@sissa.it"
__copyright__ = "Copyright 2016-2024, SISSA"
Expand Down

0 comments on commit 8ec3500

Please sign in to comment.