Skip to content

Commit 5ad1fef

Browse files
committed
v4.4.3
1 parent 7760252 commit 5ad1fef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.2
1+
4.4.3

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.2"
12+
__version__ = "4.4.3"
1313

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.4.2
2+
current_version = 4.4.3
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)

0 commit comments

Comments
 (0)