Skip to content

Commit 1635529

Browse files
authored
Merge pull request #617 from cehbrecht/rel-4.4.5
Release 4.4.5
2 parents 7d6b26a + d273d5f commit 1635529

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.4.5

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pywps (4.4.5) trusty; urgency=medium
2+
3+
* Fixed lxml default parser (#616).
4+
5+
-- Carsten Ehbrecht <ehbrecht@dkrz.de> Tue, 10 Aug 2021 18:00:00 +0000
6+
17
pywps (4.4.4) trusty; urgency=medium
28

39
* 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.4.5"
1313

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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 4.4.4
2+
current_version = 4.4.5
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}
88

99
[flake8]

0 commit comments

Comments
 (0)