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