Skip to content

Commit

Permalink
Merge pull request #617 from cehbrecht/rel-4.4.5
Browse files Browse the repository at this point in the history
Release 4.4.5
  • Loading branch information
cehbrecht committed Aug 11, 2021
2 parents 7d6b26a + d273d5f commit 1635529
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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.4.5
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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.4.5"

LOGGER = logging.getLogger('PYWPS')
LOGGER.debug('setting core variables')
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 4.4.4
current_version = 4.4.5
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
serialize =
serialize =
{major}.{minor}.{patch}

[flake8]
Expand Down

0 comments on commit 1635529

Please sign in to comment.