From 5ad1fef65e6cdb756af46eede18f9a3d4c47d36f Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Mon, 10 May 2021 16:19:39 +0200 Subject: [PATCH] v4.4.3 --- VERSION.txt | 2 +- pywps/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 1d068c6ec..9e3a93350 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.4.2 +4.4.3 diff --git a/pywps/__init__.py b/pywps/__init__.py index 2ac9b7f15..c2b23098a 100644 --- a/pywps/__init__.py +++ b/pywps/__init__.py @@ -9,7 +9,7 @@ from lxml.builder import ElementMaker -__version__ = "4.4.2" +__version__ = "4.4.3" LOGGER = logging.getLogger('PYWPS') LOGGER.debug('setting core variables') diff --git a/setup.cfg b/setup.cfg index e04d9b916..6f5e0a610 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.4.2 +current_version = 4.4.3 commit = False tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)