File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2024-02-06 Release 2.2.1:
2
+ - require libhxl==5.2.1:
3
+ - make logup log level configurable via environment variable
1
4
2024-01-18 Release 2.2:
2
5
- fix pcodes urls
3
6
- require libhxl==5.2:
Original file line number Diff line number Diff line change 8
8
9
9
"""
10
10
11
- __version__ = "2.2"
11
+ __version__ = "2.2.1 "
12
12
"""Module version number
13
13
See https://www.python.org/dev/peps/pep-0396/
14
14
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requests_cache
3
3
ckanapi >= 3.5
4
4
flask >= 2.2.5 < 2.3 # 2.3 messes up pip dependencies
5
5
#git+https://github.com/HXLStandard/libhxl-python.git@dev#egg=libhxl # for development
6
- libhxl == 5.2 # for release
6
+ libhxl == 5.2.1 # for release
7
7
flask-caching
8
8
redis
9
9
requests
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ install_requires =
26
26
ckanapi>=3.5
27
27
flask>=2.2.5<2.3 # 2.3 messes up pip dependencies
28
28
# libhxl @ git+https://github.com/HXLStandard/libhxl-python.git@dev # for development
29
- libhxl ==5.2 # for release
29
+ libhxl ==5.2.1 # for release
30
30
flask-caching
31
31
redis
32
32
structlog
You can’t perform that action at this time.
0 commit comments