Skip to content

Commit 67a2daa

Browse files
authoredJan 25, 2021
Merge pull request #566 from geopython/release-4.2.10
release 4.2.10
2 parents 0c18a2e + a419d15 commit 67a2daa

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

‎VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.9
1+
4.2.10

‎debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
pywps (4.2.10) trusty; urgency=medium
2+
3+
* Moved MetadataUrl to pywps.app.Common to avoid dependencies on sphinx (#565).
4+
* Fixed output stream of scheduler (#563).
5+
* Fixed scheduler: use with statement to close drmaa session (#561).
6+
* Fixed embedded json in wps request (#560).
7+
8+
-- Carsten Ehbrecht <ehbrecht@dkrz.de> Mon, 25 Jan 2021 18:00:00 +0000
9+
110
pywps (4.2.9) trusty; urgency=medium
211

312
* fix bbox (#551, #552)

‎pywps/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from lxml.builder import ElementMaker
1111

12-
__version__ = '4.2.9'
12+
__version__ = '4.2.10'
1313

1414
LOGGER = logging.getLogger('PYWPS')
1515
LOGGER.debug('setting core variables')

0 commit comments

Comments
 (0)
Please sign in to comment.