Skip to content

Commit

Permalink
Preparing for 1.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Feb 18, 2020
1 parent 1b93ad7 commit 1fb7f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release 1.17
2020-02-18 Release 1.17
- added optional configuration for redis caching (input and output); more needed
- added API endpoint /api/data-preview-sheets to fetch a list of sheet titles from an Excel workbook
- Docker fixes
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.1"
__version__="1.17"
"""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.1",
version = "1.17",
description = 'Flask-based web proxy for HXL',
author='David Megginson',
author_email='[email protected]',
Expand Down

0 comments on commit 1fb7f88

Please sign in to comment.