Skip to content

Commit b9fca6e

Browse files
committed
v4.4.2
1 parent 105cba0 commit b9fca6e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

VERSION.txt

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

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.1"
12+
__version__ = "4.4.2"
1313

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

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
[flake8]
2-
ignore=F401,E402,W606
3-
max-line-length=120
4-
exclude=tests
5-
61
[bumpversion]
7-
current_version = 4.4.1
2+
current_version = 4.4.2
83
commit = False
94
tag = False
105
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
11-
serialize =
6+
serialize =
127
{major}.{minor}.{patch}
138

9+
[flake8]
10+
ignore = F401,E402,W606
11+
max-line-length = 120
12+
exclude = tests
13+
1414
[bumpversion:file:pywps/__init__.py]
1515
search = __version__ = "{current_version}"
1616
replace = __version__ = "{new_version}"

0 commit comments

Comments
 (0)