Skip to content

Commit

Permalink
bump version 4.5.2 -> 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Oct 30, 2023
1 parent 580fbbb commit bb1786f
Show file tree
Hide file tree
Showing 3 changed files with 4 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.5.2
4.6.0
2 changes: 1 addition & 1 deletion pywps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from lxml.builder import ElementMaker

__version__ = "4.5.2"
__version__ = "4.6.0"

LOGGER = logging.getLogger('PYWPS')
LOGGER.debug('setting core variables')
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.5.2
current_version = 4.6.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
Expand All @@ -24,3 +24,4 @@ ignore =
W606
max-line-length = 120
exclude = tests

0 comments on commit bb1786f

Please sign in to comment.