File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- 4.2.7
1
+ 4.2.8
Original file line number Diff line number Diff line change
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
+
1
10
pywps (4.2.7) trusty; urgency=medium
2
11
3
12
* ext_autodoc: support RST anonymous link (#542).
4
13
5
14
-- Carsten Ehbrecht <
[email protected] > Tue, 04 Aug 2020 18:00:00 +0000
6
15
7
-
8
16
pywps (4.2.6) trusty; urgency=medium
9
17
10
18
* Fixed tests on travis (#541).
Original file line number Diff line number Diff line change 9
9
10
10
from lxml .builder import ElementMaker
11
11
12
- __version__ = '4.2.7 '
12
+ __version__ = '4.2.8 '
13
13
14
14
LOGGER = logging .getLogger ('PYWPS' )
15
15
LOGGER .debug ('setting core variables' )
You can’t perform that action at this time.
0 commit comments