From ba6ad785980eebce528facfe215316ad35107bce Mon Sep 17 00:00:00 2001 From: David Megginson Date: Fri, 2 Dec 2016 16:05:53 -0500 Subject: [PATCH 1/2] Prepare for 1.0 release. --- CHANGELOG | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a59d8ef7..892c90f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/setup.py b/setup.py index 9e80ab19..f89ecd44 100755 --- a/setup.py +++ b/setup.py @@ -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='contact@megginson.com', From 6e15e2e8b6021e48e58ce6cb8b3696360f358070 Mon Sep 17 00:00:00 2001 From: David Megginson Date: Fri, 2 Dec 2016 16:06:34 -0500 Subject: [PATCH 2/2] --- log message follows this line --- Prepare for 1.0 release. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9231f0b7..4f5a1ae2 100644 --- a/README.md +++ b/README.md @@ -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: