Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.7
4.2.8
10 changes: 9 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
pywps (4.2.8) trusty; urgency=medium

* update scheduler with drmaa config (#547).
* process error with formatting (#546).
* allow path list separation also on Windows (#545).
* allow inputpaths to accept full windows paths (#544).

-- Carsten Ehbrecht <[email protected]> Web, 15 Sep 2020 18:00:00 +0000

pywps (4.2.7) trusty; urgency=medium

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

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


pywps (4.2.6) trusty; urgency=medium

* Fixed tests on travis (#541).
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.7'
__version__ = '4.2.8'

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