Skip to content

Commit c6a0d7e

Browse files
authored
Release 4.5.1 (#640)
* update changelog * bumpversion 4.5.0 -> 4.5.1
1 parent c2fbec7 commit c6a0d7e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.5.0
1+
4.5.1

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
pywps (4.5.0) trusty; urgency=medium
216

317
* Initial implementation of OGC API - Processes / REST API (#612, #614)

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.5.0"
12+
__version__ = "4.5.1"
1313

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.5.0
2+
current_version = 4.5.1
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)

0 commit comments

Comments
 (0)