Skip to content

Commit

Permalink
Merge pull request #611 from cehbrecht/final-4-4-release
Browse files Browse the repository at this point in the history
Final 4.4 release
  • Loading branch information
cehbrecht authored Jun 3, 2021
2 parents 8a67922 + c80f297 commit 7112197
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.3
4.4.4
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pywps (4.4.4) trusty; urgency=medium

* Fixed sphinx build (#608)

-- Carsten Ehbrecht <[email protected]> Wed, 02 Jun 2021 18:00:00 +0000

pywps (4.4.3) trusty; urgency=medium

* Using pytest ... xfail online opendap tests (#605).
Expand Down
2 changes: 1 addition & 1 deletion pywps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.4.3
current_version = 4.4.4
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
Expand Down

0 comments on commit 7112197

Please sign in to comment.