Skip to content

Commit

Permalink
Merge pull request #566 from geopython/release-4.2.10
Browse files Browse the repository at this point in the history
release 4.2.10
  • Loading branch information
cehbrecht committed Jan 25, 2021
2 parents 0c18a2e + a419d15 commit 67a2daa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.9
4.2.10
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
pywps (4.2.10) trusty; urgency=medium

* Moved MetadataUrl to pywps.app.Common to avoid dependencies on sphinx (#565).
* Fixed output stream of scheduler (#563).
* Fixed scheduler: use with statement to close drmaa session (#561).
* Fixed embedded json in wps request (#560).

-- Carsten Ehbrecht <ehbrecht@dkrz.de> Mon, 25 Jan 2021 18:00:00 +0000

pywps (4.2.9) trusty; urgency=medium

* fix bbox (#551, #552)
Expand Down
2 changes: 1 addition & 1 deletion pywps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from lxml.builder import ElementMaker

__version__ = '4.2.9'
__version__ = '4.2.10'

LOGGER = logging.getLogger('PYWPS')
LOGGER.debug('setting core variables')
Expand Down

0 comments on commit 67a2daa

Please sign in to comment.