From bfa507b613f58ef81f29db116cfdf34297dd07a5 Mon Sep 17 00:00:00 2001 From: geosolutions Date: Mon, 3 Jul 2017 13:41:44 +0100 Subject: [PATCH] - Version 2.12.0 --- README.md | 5 ++--- setup.py | 2 +- src/wps_remote.egg-info/PKG-INFO | 7 +++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9dc1302..3faf20a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ RemoteWPS licensed under the [GPL](http://www.gnu.org/licenses/old-licenses/gpl- You can install the "wps-remote" Python package by using the PyPi distribution :: - pip install wps-remote==2.11.2 + pip install wps-remote==2.12.0 Please refer to the [user guide](http://docs.geoserver.org/latest/en/user/community/remote-wps/index.html) for detailed information on how to install and use RemoteWPS. @@ -56,8 +56,7 @@ Visit the [website](http://geoserver.org/) or read the [docs](http://docs.geoser Change Log ========== -2.12.0 [2017-07-03 12:13:10] - (aligned with GeoServer Remote WPS Plugin - 2.12.x) +2.12.0 [2017-07-03 12:13:10] (aligned with GeoServer Remote WPS Plugin - 2.12.x) - Fix for: Inputs application/json mapping error - Fix for: Inputs application/vnd.geo+json support - Fix for: Date input / output parsing diff --git a/setup.py b/setup.py index 89b5ed6..c1b9029 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name = "wps-remote", - version = "2.11.3", + version = "2.12.0", author = "GeoServer Developers", author_email = "geoserver-devel@lists.sourceforge.net", description = "A library that allows users to publish their executables as GeoServer WPS Processes through the XMPP protocol", diff --git a/src/wps_remote.egg-info/PKG-INFO b/src/wps_remote.egg-info/PKG-INFO index 4e4b133..8fa363a 100644 --- a/src/wps_remote.egg-info/PKG-INFO +++ b/src/wps_remote.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: wps-remote -Version: 2.11.3 +Version: 2.12.0 Summary: A library that allows users to publish their executables as GeoServer WPS Processes through the XMPP protocol Home-page: https://github.com/geoserver/wps-remote Author: GeoServer Developers @@ -29,7 +29,7 @@ Description: [![Build Status](https://travis-ci.org/geoserver/wps-remote.svg?bra You can install the "wps-remote" Python package by using the PyPi distribution :: - pip install wps-remote==2.11.2 + pip install wps-remote==2.12.0 Please refer to the [user guide](http://docs.geoserver.org/latest/en/user/community/remote-wps/index.html) for detailed information on how to install and use RemoteWPS. @@ -64,8 +64,7 @@ Description: [![Build Status](https://travis-ci.org/geoserver/wps-remote.svg?bra Change Log ========== - 2.12.0 [2017-07-03 12:13:10] - (aligned with GeoServer Remote WPS Plugin - 2.12.x) + 2.12.0 [2017-07-03 12:13:10] (aligned with GeoServer Remote WPS Plugin - 2.12.x) - Fix for: Inputs application/json mapping error - Fix for: Inputs application/vnd.geo+json support - Fix for: Date input / output parsing