Skip to content

Commit

Permalink
Prepare for 1.9 release #240
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Jun 29, 2018
1 parent d6a723c commit 702dbf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.9rc0"
__version__="1.9"
"""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.9rc0
libhxl==4.9
ckanapi>=3.5
flask==0.12.4
flask-cache>=0.13
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
name = 'hxl-proxy',
packages = ['hxl_proxy'],
package_data={'hxl_proxy': ['*.sql']},
version = "1.9rc0",
version = "1.9",
description = 'Flask-based web proxy for HXL',
author='David Megginson',
author_email='contact@megginson.com',
url='https://github.com/HXLStandard/hxl-proxy',
include_package_data = True,
zip_safe = False,
install_requires=[
'flask-cache>=0.13',
'libhxl==4.9rc0',
'libhxl==4.9',
'ckanapi>=3.5',
'flask==0.12.4',
'flask-cache>=0.13',
'requests_cache',
'mysql-connector-python',
'iati2hxl>=0.2'
Expand Down

0 comments on commit 702dbf9

Please sign in to comment.