File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
- 4.4.4
1
+ 4.5.0
Original file line number Diff line number Diff line change
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
+
1
13
pywps (4.4.4) trusty; urgency=medium
2
14
3
15
* Fixed sphinx build (#608)
Original file line number Diff line number Diff line change 9
9
10
10
from lxml .builder import ElementMaker
11
11
12
- __version__ = "4.4.4 "
12
+ __version__ = "4.5.0 "
13
13
14
14
LOGGER = logging .getLogger ('PYWPS' )
15
15
LOGGER .debug ('setting core variables' )
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.4.4
2
+ current_version = 4.5.0
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
You can’t perform that action at this time.
0 commit comments