Skip to content

Commit

Permalink
Prepare 1.14.1 interim release #262
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Mar 12, 2019
1 parent 691b362 commit 72e78bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release 1.15
2019-03-12 Release 1.14.1
- fix typo in config file template
- switch to Flask 1.x and Flask-Caching packages
- fix bug in caching for POST validation request
- increase gunicorn max GET request line to 8K characters

2019-03-04 Release 1.14
- longer cache for P-codes (1 week by default)
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.14"
__version__="1.14.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.14",
version = "1.14.1",
description = 'Flask-based web proxy for HXL',
author='David Megginson',
author_email='contact@megginson.com',
Expand Down

0 comments on commit 72e78bd

Please sign in to comment.