Skip to content

Commit

Permalink
Bump bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Feb 29, 2024
1 parent 01f46cb commit 79e9ef2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
CHANGELOG
*********

`v4.3.1`_ (2024-03-xx)
======================
* Fix static typing protocols to work with etree and XSD elements

`v4.3.0`_ (2024-02-17)
======================
* Change the purpose of the evaluation with a dynamic schema context
Expand Down Expand Up @@ -456,3 +460,4 @@ CHANGELOG
.. _v4.2.0: https://github.com/sissaschool/elementpath/compare/v4.1.5...v4.2.0
.. _v4.2.1: https://github.com/sissaschool/elementpath/compare/v4.2.0...v4.2.1
.. _v4.3.0: https://github.com/sissaschool/elementpath/compare/v4.2.1...v4.3.0
.. _v4.3.1: https://github.com/sissaschool/elementpath/compare/v4.3.0...v4.3.1
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# The short X.Y version
version = '4.3'
# The full version, including alpha/beta/rc tags
release = '4.3.0'
release = '4.3.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion elementpath/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# @author Davide Brunato <[email protected]>
#
__version__ = '4.3.0'
__version__ = '4.3.1'
__author__ = "Davide Brunato"
__contact__ = "[email protected]"
__copyright__ = "Copyright 2018-2024, SISSA"
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: elementpath
url: 'https://github.com/sissaschool/elementpath'
landingURL: 'https://github.com/sissaschool/elementpath'
releaseDate: '2024-02-17'
softwareVersion: v4.3.0
releaseDate: '2024-03-xx'
softwareVersion: v4.3.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 @@ -15,7 +15,7 @@

setup(
name='elementpath',
version='4.3.0',
version='4.3.1',
packages=find_packages(include=['elementpath', 'elementpath.*']),
package_data={
'elementpath': ['py.typed'],
Expand Down

0 comments on commit 79e9ef2

Please sign in to comment.