Skip to content

Commit 479bef8

Browse files
authored
Merge pull request #548 from cehbrecht/release-4.2.8
release 4.2.8
2 parents 706c2d0 + 907c65b commit 479bef8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.7
1+
4.2.8

debian/changelog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1+
pywps (4.2.8) trusty; urgency=medium
2+
3+
* update scheduler with drmaa config (#547).
4+
* process error with formatting (#546).
5+
* allow path list separation also on Windows (#545).
6+
* allow inputpaths to accept full windows paths (#544).
7+
8+
-- Carsten Ehbrecht <[email protected]> Web, 15 Sep 2020 18:00:00 +0000
9+
110
pywps (4.2.7) trusty; urgency=medium
211

312
* ext_autodoc: support RST anonymous link (#542).
413

514
-- Carsten Ehbrecht <[email protected]> Tue, 04 Aug 2020 18:00:00 +0000
615

7-
816
pywps (4.2.6) trusty; urgency=medium
917

1018
* Fixed tests on travis (#541).

pywps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from lxml.builder import ElementMaker
1111

12-
__version__ = '4.2.7'
12+
__version__ = '4.2.8'
1313

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

0 commit comments

Comments
 (0)