Skip to content

Commit d11c283

Browse files
committed
Bump bugfix release
1 parent 69c0132 commit d11c283

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CHANGELOG
33
*********
44

5+
`v5.0.4`_ (2025-08-16)
6+
======================
7+
* Fix default/fixed values processing of schema annotated XML data (issue #94)
8+
59
`v5.0.3`_ (2025-06-28)
610
======================
711
* Fix for XPath 1.0 processing of schema annotated XML data (issue #93)
@@ -518,3 +522,4 @@ CHANGELOG
518522
.. _v5.0.1: https://github.com/sissaschool/elementpath/compare/v5.0.0...v5.0.1
519523
.. _v5.0.2: https://github.com/sissaschool/elementpath/compare/v5.0.1...v5.0.2
520524
.. _v5.0.3: https://github.com/sissaschool/elementpath/compare/v5.0.2...v5.0.3
525+
.. _v5.0.4: https://github.com/sissaschool/elementpath/compare/v5.0.3...v5.0.4

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# The short X.Y version
3232
version = '5.0'
3333
# The full version, including alpha/beta/rc tags
34-
release = '5.0.3'
34+
release = '5.0.4'
3535

3636
# -- General configuration ---------------------------------------------------
3737

elementpath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# @author Davide Brunato <brunato@sissa.it>
99
#
10-
__version__ = '5.0.3'
10+
__version__ = '5.0.4'
1111
__author__ = "Davide Brunato"
1212
__contact__ = "brunato@sissa.it"
1313
__copyright__ = "Copyright 2018-2025, SISSA"

publiccode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ publiccodeYmlVersion: '0.4'
66
name: elementpath
77
url: 'https://github.com/sissaschool/elementpath'
88
landingURL: 'https://github.com/sissaschool/elementpath'
9-
releaseDate: '2025-06-18'
10-
softwareVersion: v5.0.2
9+
releaseDate: '2025-08-16'
10+
softwareVersion: v5.0.4
1111
developmentStatus: stable
1212
platforms:
1313
- linux

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "elementpath"
7-
version = "5.0.3"
7+
version = "5.0.4"
88
description = "XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml"
99
readme = "README.rst"
1010
license = "MIT"

0 commit comments

Comments
 (0)