Skip to content

Commit

Permalink
Bump version: 10.0.19 → 10.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Jun 3, 2024
1 parent 1327caa commit 80b94db
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.0.19
current_version = 10.0.20
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.0.19'
version = '10.0.20'
# 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.0.19'
__version__ = '10.0.20'
__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.0.19"
version = "10.0.20"
description = "KIWI - Appliance Builder"
license = "GPL-3.0-or-later"
readme = "README.rst"
Expand Down

0 comments on commit 80b94db

Please sign in to comment.