Skip to content

Commit

Permalink
Merge pull request #475 from HXLStandard/dev
Browse files Browse the repository at this point in the history
dev into prod for 2.0.2
  • Loading branch information
danmihaila committed Jul 18, 2023
2 parents 3b7b531 + b536c3d commit 3858f13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-07-13 Release 2.0.2:
- update to libhxl==5.0.2 to support the .hxl extension for CSV files

2023-06-01 Release 2.0.1:
- tweak dependency versions to avoid requests-cache conflicts
- move setup info from setup.py to setup.cfg
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.0.1"
__version__="2.0.2"
"""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 @@ -4,7 +4,7 @@ ckanapi>=3.5
flask>=2.2.5<2.3 # 2.3 messes up pip dependencies
mysql-connector-python>=8.0.29
# git+https://github.com/HXLStandard/libhxl-python.git@dev#egg=libhxl # for development
libhxl==5.0.1 # for release
libhxl==5.0.2 # 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 @@ -27,7 +27,7 @@ install_requires =
flask>=2.2.5<2.3 # 2.3 messes up pip dependencies
mysql-connector-python>=8.0.29
# libhxl @ git+https://github.com/HXLStandard/libhxl-python.git@dev # for development
libhxl==5.0.1 # for release
libhxl==5.0.2 # for release
flask-caching
redis
structlog
Expand Down

0 comments on commit 3858f13

Please sign in to comment.