We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c141c34 commit c80f297Copy full SHA for c80f297
3 files changed
VERSION.txt
@@ -1 +1 @@
1
-4.4.3
+4.4.4
pywps/__init__.py
@@ -9,7 +9,7 @@
9
10
from lxml.builder import ElementMaker
11
12
-__version__ = "4.4.3"
+__version__ = "4.4.4"
13
14
LOGGER = logging.getLogger('PYWPS')
15
LOGGER.debug('setting core variables')
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 4.4.3
+current_version = 4.4.4
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
0 commit comments