Skip to content

Commit

Permalink
Prepare 4.21.2 bugfix release #340
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Aug 18, 2020
1 parent 2e060a5 commit 14adc3b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-08-18 Release 1.21.2
- update to libhxl==4.21.1 to fix URL munging for HXL Proxy source links

2020-08-06 Release 1.21.1
- restored default Flask logging to stdout/stderr

Expand Down
2 changes: 1 addition & 1 deletion hxl_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import werkzeug.datastructures
from . import reverse_proxied

__version__="1.21.1"
__version__="1.21.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
@@ -1,4 +1,4 @@
libhxl==4.21
libhxl==4.21.1
requests>=2.11
ckanapi>=3.5
flask>=1.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name = 'hxl-proxy',
packages = ['hxl_proxy'],
package_data={'hxl_proxy': ['*.sql']},
version = "1.21.1",
version = "1.21.2",
description = 'Flask-based web proxy for HXL',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -27,7 +27,7 @@
zip_safe = False,
install_requires=[
'requests>=2.11',
'libhxl==4.21',
'libhxl==4.21.1',
'ckanapi>=3.5',
'flask>=1.0',
'flask-caching',
Expand Down

0 comments on commit 14adc3b

Please sign in to comment.