Skip to content

Commit

Permalink
Bump version: 9.18.7 → 9.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Jul 25, 2019
1 parent 7125d90 commit 9720067
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 9.18.7
current_version = 9.18.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -126,7 +126,7 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '9.18.7'
version = '9.18.8'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion kiwi/version.py
Expand Up @@ -18,5 +18,5 @@
"""
Global version information used in kiwi and the package
"""
__version__ = '9.18.7'
__version__ = '9.18.8'
__githash__ = '$Format:%H$'

0 comments on commit 9720067

Please sign in to comment.