Skip to content

Commit

Permalink
Prepare for release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Sep 26, 2023
1 parent a352b80 commit 160010c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Release 2.1:
2023-09-26 Release 2.1:
- remove all SQL support
- require libhxl==5.1 to reduce logging output

2023-07-13 Release 2.0.2:
- update to libhxl==5.0.2 to support the .hxl extension for CSV files
Expand Down
2 changes: 1 addition & 1 deletion hxl_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

__version__="2.1"
__version__="2.1.1"
"""Module version number
See https://www.python.org/dev/peps/pep-0396/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requests_cache
ckanapi>=3.5
flask>=2.2.5<2.3 # 2.3 messes up pip dependencies
#git+https://github.com/HXLStandard/libhxl-python.git@dev#egg=libhxl # for development
libhxl==5.0.3 # for release
libhxl==5.1 # for release
flask-caching
redis
requests
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_requires =
ckanapi>=3.5
flask>=2.2.5<2.3 # 2.3 messes up pip dependencies
#libhxl @ git+https://github.com/HXLStandard/libhxl-python.git@dev # for development
libhxl==5.0.3 # for release
libhxl==5.1 # for release
flask-caching
redis
structlog
Expand Down

0 comments on commit 160010c

Please sign in to comment.