Skip to content

Commit

Permalink
Prepare for 1.16.1 deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Dec 27, 2019
1 parent a99acb0 commit c3e6a2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2019-12-27 Release 1.16.1
- minor update: fix HXL_WORKERS check for Docker deployment

2019-12-09 Release 1.16
- update to libhxl v4.16
- add an admin interface under /admin (need to set a local admin password)
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.16"
__version__="1.16.1"
"""Module version number
See https://www.python.org/dev/peps/pep-0396/
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name = 'hxl-proxy',
packages = ['hxl_proxy'],
package_data={'hxl_proxy': ['*.sql']},
version = "1.16",
version = "1.16.1",
description = 'Flask-based web proxy for HXL',
author='David Megginson',
author_email='[email protected]',
Expand Down

0 comments on commit c3e6a2b

Please sign in to comment.