Skip to content

Commit

Permalink
HDX-10173 increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
danmihaila committed Oct 25, 2024
1 parent 646e43f commit 5d18d9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-10-25 Release 5.2.2
- fix logup error level

2024-02-05 Release 5.2.1
- make logup log level configurable via environment variable

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.2.1"
__version__="5.2.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.2.1",
version="5.2.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 5d18d9f

Please sign in to comment.