Skip to content

Commit d1b879f

Browse files
committed
release 4.2.7
1 parent 685c49f commit d1b879f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.6
1+
4.2.7

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pywps (4.2.7) trusty; urgency=medium
2+
3+
* ext_autodoc: support RST anonymous link (#542).
4+
5+
-- Carsten Ehbrecht <ehbrecht@dkrz.de> Tue, 04 Aug 2020 18:00:00 +0000
6+
7+
18
pywps (4.2.6) trusty; urgency=medium
29

310
* Fixed tests on travis (#541).

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.2.2'
12+
__version__ = '4.2.7'
1313

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

0 commit comments

Comments
 (0)