Skip to content

Commit

Permalink
Bump version: 10.1.9 → 10.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Sep 13, 2024
1 parent b6194e8 commit 55425f0
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.9
current_version = 10.1.10
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 @@ -142,7 +142,7 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '10.1.9'
version = '10.1.10'
# 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.9'
__version__ = '10.1.10'
__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.9"
version = "10.1.10"
description = "KIWI - Appliance Builder"
license = "GPL-3.0-or-later"
readme = "README.rst"
Expand Down

0 comments on commit 55425f0

Please sign in to comment.