Skip to content

Commit

Permalink
Release 4.5.1 (#640)
Browse files Browse the repository at this point in the history
* update changelog

* bumpversion 4.5.0 -> 4.5.1
  • Loading branch information
huard committed Dec 1, 2021
1 parent c2fbec7 commit c6a0d7e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5.0
4.5.1
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
pywps (4.5.1) trusty; urgency=medium

* Fix app/Process.py to cope with None mimetype (#620)
* Add security policy (#621)
* Better error handling in WPSRequest.json() (#622)
* Fix output mimetype assuming string (#626)
* Resolve invalid Exception.msg unknown attribute (#629)
* An input default value is only set when min_occurs==0 (#631)
* Fix Sphinx build for UbuntuGIS packages (#634)
* Remove gdal from dependencies (#638)
* Fix bug triggered when storage requires the creation of recursive directories (#636)

-- Carsten Ehbrecht <ehbrecht@dkrz.de> Mon, 29 Nov 2021 18:00:00 +0000

pywps (4.5.0) trusty; urgency=medium

* Initial implementation of OGC API - Processes / REST API (#612, #614)
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.5.0"
__version__ = "4.5.1"

LOGGER = logging.getLogger('PYWPS')
LOGGER.debug('setting core variables')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.5.0
current_version = 4.5.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
Expand Down

0 comments on commit c6a0d7e

Please sign in to comment.