From 75dd297e9c86617d9dd2889f17f9dd44fcf2a6a0 Mon Sep 17 00:00:00 2001 From: geosolutions Date: Mon, 3 Jul 2017 13:21:10 +0100 Subject: [PATCH] - Version 2.12.0 --- README.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 027e26a..9dc1302 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,17 @@ 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) + - Fix for: Inputs application/json mapping error + - Fix for: Inputs application/vnd.geo+json support + - Fix for: Date input / output parsing + - Fix for: JSON ID error + - Improved robustness of wps agent + - Allowed "-" in string input parameters + - Fix for: Catch resource clean exception + - Fix for: Input / output parameters are not sorted according to the process definition + 2.11.2 [2017-02-16 10:12:23] - SFTP/FTP pluggable uploaders support - Minor refactoring and code cleanup diff --git a/setup.py b/setup.py index 631a144..e8ecad8 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name = "wps-remote", - version = "2.11.2", + version = "2.11.3", 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",