Skip to content

Commit

Permalink
Prepare for release 1.27.1 #419
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Oct 7, 2022
1 parent 6a241df commit 19943da
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,7 +1,7 @@
2022-10-07 Release 1.27.1
- interim release to address performance issues
- change Docker config to use threads with nginx
- make root logging level configurable (and default to INFO instead of DEBUG)
- make root logging level configurable via ROOT_LOGGING_LEVEL config property (and default to INFO instead of DEBUG)

2022-10-03 Release 1.27
- add REMOTE_ACCESS_LOGGING_LEVEL to filter "hxl.REMOTE_ACCESS" separately to show remote file access (currently,
Expand Down
2 changes: 1 addition & 1 deletion hxl_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

__version__="1.27"
__version__="1.27.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 @@ -16,7 +16,7 @@
name = 'hxl-proxy',
packages = ['hxl_proxy'],
package_data={'hxl_proxy': ['*.sql']},
version = "1.27",
version = "1.27.1",
description = 'Flask-based web proxy for HXL',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 19943da

Please sign in to comment.