Skip to content

Commit

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

0 comments on commit 260c947

Please sign in to comment.