File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
115pywps (4.5.0) trusty; urgency=medium
216
317 * Initial implementation of OGC API - Processes / REST API (#612, #614)
Original file line number Diff line number Diff line change 99
1010from lxml .builder import ElementMaker
1111
12- __version__ = "4.5.0 "
12+ __version__ = "4.5.1 "
1313
1414LOGGER = logging .getLogger ('PYWPS' )
1515LOGGER .debug ('setting core variables' )
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.5.0
2+ current_version = 4.5.1
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
You can’t perform that action at this time.
0 commit comments