Skip to content

Commit 90b2e8d

Browse files
Merge pull request #480 from HXLStandard/dev
Release 5.1.1
2 parents a352b80 + 6527db0 commit 90b2e8d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Release 2.1:
1+
2023-09-26 Release 2.1:
22
- remove all SQL support
3+
- require libhxl==5.1 to reduce logging output
34

45
2023-07-13 Release 2.0.2:
56
- update to libhxl==5.0.2 to support the .hxl extension for CSV files

hxl_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
"""
1010

11-
__version__="2.1"
11+
__version__="2.1.1"
1212
"""Module version number
1313
See https://www.python.org/dev/peps/pep-0396/
1414

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requests_cache
33
ckanapi>=3.5
44
flask>=2.2.5<2.3 # 2.3 messes up pip dependencies
55
#git+https://github.com/HXLStandard/libhxl-python.git@dev#egg=libhxl # for development
6-
libhxl==5.0.3 # for release
6+
libhxl==5.1 # for release
77
flask-caching
88
redis
99
requests

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install_requires =
2626
ckanapi>=3.5
2727
flask>=2.2.5<2.3 # 2.3 messes up pip dependencies
2828
#libhxl @ git+https://github.com/HXLStandard/libhxl-python.git@dev # for development
29-
libhxl==5.0.3 # for release
29+
libhxl==5.1 # for release
3030
flask-caching
3131
redis
3232
structlog

0 commit comments

Comments
 (0)