File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
- 4.5.0
1
+ 4.5.1
Original file line number Diff line number Diff line change
1
+ pywps (4.5.1) trusty; urgency=medium
2
+
3
+ * Fix app/Process.py to cope with None mimetype (#620)
4
+ * Add security policy (#621)
5
+ * Better error handling in WPSRequest.json() (#622)
6
+ * Fix output mimetype assuming string (#626)
7
+ * Resolve invalid Exception.msg unknown attribute (#629)
8
+ * An input default value is only set when min_occurs==0 (#631)
9
+ * Fix Sphinx build for UbuntuGIS packages (#634)
10
+ * Remove gdal from dependencies (#638)
11
+ * Fix bug triggered when storage requires the creation of recursive directories (#636)
12
+
13
+ -- Carsten Ehbrecht <ehbrecht@dkrz.de> Mon, 29 Nov 2021 18:00:00 +0000
14
+
1
15
pywps (4.5.0) trusty; urgency=medium
2
16
3
17
* Initial implementation of OGC API - Processes / REST API (#612, #614)
Original file line number Diff line number Diff line change 9
9
10
10
from lxml .builder import ElementMaker
11
11
12
- __version__ = "4.5.0 "
12
+ __version__ = "4.5.1 "
13
13
14
14
LOGGER = logging .getLogger ('PYWPS' )
15
15
LOGGER .debug ('setting core variables' )
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.5.0
2
+ current_version = 4.5.1
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
You can’t perform that action at this time.
0 commit comments