File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
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
Original file line number Diff line number Diff line change 3131# The short X.Y version
3232version = '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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ publiccodeYmlVersion: '0.4'
66name : elementpath
77url : ' https://github.com/sissaschool/elementpath'
88landingURL : ' 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
1111developmentStatus : stable
1212platforms :
1313 - linux
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " elementpath"
7- version = " 5.0.3 "
7+ version = " 5.0.4 "
88description = " XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml"
99readme = " README.rst"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments