From c141c3426904aecf5ea1881320b76d9112f76461 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Wed, 2 Jun 2021 12:10:17 +0200 Subject: [PATCH 1/2] update changes --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 39da4e5f0..94e6ce7e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pywps (4.4.4) trusty; urgency=medium + + * Fixed sphinx build (#608) + + -- Carsten Ehbrecht Wed, 02 Jun 2021 18:00:00 +0000 + pywps (4.4.3) trusty; urgency=medium * Using pytest ... xfail online opendap tests (#605). From c80f297295513888bf45a37ddd58959f2acdc390 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Wed, 2 Jun 2021 12:15:51 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=204.4.3=20=E2=86=92=204.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 9e3a93350..cbe06cdbf 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.4.3 +4.4.4 diff --git a/pywps/__init__.py b/pywps/__init__.py index c2b23098a..0a2e4cade 100644 --- a/pywps/__init__.py +++ b/pywps/__init__.py @@ -9,7 +9,7 @@ from lxml.builder import ElementMaker -__version__ = "4.4.3" +__version__ = "4.4.4" LOGGER = logging.getLogger('PYWPS') LOGGER.debug('setting core variables') diff --git a/setup.cfg b/setup.cfg index 6f5e0a610..44351af3b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.4.3 +current_version = 4.4.4 commit = False tag = False parse = (?P\d+)\.(?P\d+).(?P\d+)