We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd9d26 commit bd38895Copy full SHA for bd38895
3 files changed
VERSION.txt
@@ -1 +1 @@
1
-4.6.0
+4.7.0
pywps/__init__.py
@@ -8,7 +8,7 @@
8
9
from lxml.builder import ElementMaker
10
11
-__version__ = "4.6.0"
+__version__ = "4.7.0"
12
13
LOGGER = logging.getLogger('PYWPS')
14
LOGGER.debug('setting core variables')
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 4.6.0
+current_version = 4.7.0
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
@@ -16,5 +16,3 @@ replace = {new_version}
16
17
[coverage:run]
18
relative_files = True
19
-
20
0 commit comments