Skip to content

Commit

Permalink
Merge branch 'dev' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Dec 2, 2016
2 parents 3c1d6a8 + 6e15e2e commit dd052fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2016-12-02 Release 1.0
- added support for JSON recipes via a &recipe HTTP parameter
- add row queries for clean, count, deduplicate, replace, and
replace-map filters
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Python-/flask-based web proxy for transforming a HXL dataset
dynamically. Currently runs only in Python 2.7+, but Python 3 support
is close.

User documentation is available at https://github.com/HXLStandard/hxl-proxy/wiki

# Installation

Installation from PyPi:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setuptools.setup(
name = 'hxl-proxy',
packages = ['hxl_proxy'],
version = '0.6',
version = '1.0',
description = 'Flask-based web proxy for HXL',
author='David Megginson',
author_email='[email protected]',
Expand Down

0 comments on commit dd052fb

Please sign in to comment.