Skip to content

Commit

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

* Bump version: 4.4.4 → 4.5.0

* update with ogcapi bbox p4 #614

Co-authored-by: Pingu Carsti <pingu@adelie.localdomain>
  • Loading branch information
cehbrecht and Pingu Carsti committed Aug 12, 2021
1 parent 88d2d4d commit 2014756
Show file tree
Hide file tree
Showing 4 changed files with 15 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.4.4
4.5.0
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
pywps (4.5.0) trusty; urgency=medium

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

-- Carsten Ehbrecht <ehbrecht@dkrz.de> Thu, 12 Aug 2021 18:00:00 +0000

pywps (4.4.5) trusty; urgency=medium

* Fixed lxml default parser (#616).

-- Carsten Ehbrecht <ehbrecht@dkrz.de> Tue, 10 Aug 2021 18:00:00 +0000

pywps (4.4.4) trusty; urgency=medium

* Fixed sphinx build (#608)
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.4.4"
__version__ = "4.5.0"

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.4.4
current_version = 4.5.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
Expand Down

0 comments on commit 2014756

Please sign in to comment.