Skip to content

Commit

Permalink
- Version 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geosolutions committed Jul 3, 2017
1 parent 72ae466 commit bfa507b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name = "wps-remote",
version = "2.11.3",
version = "2.12.0",
author = "GeoServer Developers",
author_email = "[email protected]",
description = "A library that allows users to publish their executables as GeoServer WPS Processes through the XMPP protocol",
Expand Down
7 changes: 3 additions & 4 deletions src/wps_remote.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bfa507b

Please sign in to comment.