Skip to content

Commit

Permalink
Merge pull request #470 from HXLStandard/release-2.0.1
Browse files Browse the repository at this point in the history
Prepare release 2.0.1
  • Loading branch information
davidmegginson committed Jun 1, 2023
2 parents 8c14c46 + 5845096 commit e4ad2a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release 2.0.1:
2023-06-01 Release 2.0.1:
- tweak dependency versions to avoid requests-cache conflicts
- move setup info from setup.py to setup.cfg
- add more dependency versions to about.html
- ensure that the HXL Proxy can read from itself

2023-05-18 Release 2.0
- from libhxl:
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"
__version__="2.0.1"
"""Module version number
See https://www.python.org/dev/peps/pep-0396/
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ requests_cache
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.01 # for release
# git+https://github.com/HXLStandard/libhxl-python.git@dev#egg=libhxl # for development
libhxl==5.0.1 # for release
flask-caching
redis
requests
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ install_requires =
ckanapi>=3.5
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.01 # for release
# libhxl @ git+https://github.com/HXLStandard/libhxl-python.git@dev # for development
libhxl==5.0.1 # for release
flask-caching
redis
structlog
Expand Down

0 comments on commit e4ad2a8

Please sign in to comment.