Skip to content

Commit

Permalink
Bump bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Jul 25, 2023
1 parent 2d6516e commit 59d8964
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.1.5`_ (2023-07-25)
======================
* Fix typed value of ElementNode() if self.elem.text is None

`v4.1.4`_ (2023-06-26)
======================
* Fix select of prefixed names (issue #68)
Expand Down Expand Up @@ -430,3 +434,4 @@ CHANGELOG
.. _v4.1.2: https://github.com/sissaschool/elementpath/compare/v4.1.1...v4.1.2
.. _v4.1.3: https://github.com/sissaschool/elementpath/compare/v4.1.2...v4.1.3
.. _v4.1.4: https://github.com/sissaschool/elementpath/compare/v4.1.3...v4.1.4
.. _v4.1.5: https://github.com/sissaschool/elementpath/compare/v4.1.4...v4.1.5
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.1'
# The full version, including alpha/beta/rc tags
release = '4.1.4'
release = '4.1.5'

# -- 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 <brunato@sissa.it>
#
__version__ = '4.1.4'
__version__ = '4.1.5'
__author__ = "Davide Brunato"
__contact__ = "brunato@sissa.it"
__copyright__ = "Copyright 2018-2023, 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: '2023-06-26'
softwareVersion: v4.1.4
releaseDate: '2023-07-25'
softwareVersion: v4.1.5
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.1.4',
version='4.1.5',
packages=find_packages(include=['elementpath', 'elementpath.*']),
package_data={
'elementpath': ['py.typed'],
Expand Down

0 comments on commit 59d8964

Please sign in to comment.