Skip to content

Commit

Permalink
Merge pull request #366 from davidmegginson/release-5.2
Browse files Browse the repository at this point in the history
Update for 5.2 release.
  • Loading branch information
davidmegginson authored Jan 10, 2024
2 parents 812de9e + b768c30 commit 50e7ac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release 5.2
2024-01-10 Release 5.2
- update URLs for test files on GitHub
- fixed bug in aggregators that excluded tag patterns ending in "!"

Expand Down
2 changes: 1 addition & 1 deletion hxl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
if sys.version_info < (3,):
raise RuntimeError("libhxl requires Python 3 or higher")

__version__="5.1"
__version__="5.2"
"""Module version number
see https://www.python.org/dev/peps/pep-0396/
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='libhxl',
version="5.1",
version="5.2",
description='Python support library for the Humanitarian Exchange Language (HXL). See http://hxlstandard.org and https://github.com/HXLStandard/libhxl-python',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 50e7ac5

Please sign in to comment.