Skip to content

Commit 2014756

Browse files
cehbrechtPingu Carsti
and
Pingu Carsti
authored
Release 4.5.0 (#613)
* update changelog * Bump version: 4.4.4 → 4.5.0 * update with ogcapi bbox p4 #614 Co-authored-by: Pingu Carsti <pingu@adelie.localdomain>
1 parent 88d2d4d commit 2014756

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

VERSION.txt

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

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
pywps (4.5.0) trusty; urgency=medium
2+
3+
* Initial implementation of OGC API - Processes / REST API (#612, #614)
4+
5+
-- Carsten Ehbrecht <ehbrecht@dkrz.de> Thu, 12 Aug 2021 18:00:00 +0000
6+
7+
pywps (4.4.5) trusty; urgency=medium
8+
9+
* Fixed lxml default parser (#616).
10+
11+
-- Carsten Ehbrecht <ehbrecht@dkrz.de> Tue, 10 Aug 2021 18:00:00 +0000
12+
113
pywps (4.4.4) trusty; urgency=medium
214

315
* Fixed sphinx build (#608)

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.4.4"
12+
__version__ = "4.5.0"
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.4.4
2+
current_version = 4.5.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)

0 commit comments

Comments
 (0)