Skip to content

Commit

Permalink
Bump version: 10.1.7 → 10.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Sep 10, 2024
1 parent 83257ca commit b007d9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 10.1.7
current_version = 10.1.8
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '10.1.7'
version = '10.1.8'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion kiwi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"""
Global version information used in kiwi and the package
"""
__version__ = '10.1.7'
__version__ = '10.1.8'
__githash__ = '$Format:%H$'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kiwi"
version = "10.1.7"
version = "10.1.8"
description = "KIWI - Appliance Builder"
license = "GPL-3.0-or-later"
readme = "README.rst"
Expand Down

0 comments on commit b007d9f

Please sign in to comment.