Bump version: 10.2.28 → 10.2.29

This commit is contained in:
Marcus Schäfer 2025-07-24 19:42:56 +02:00
parent 5dd32d19a4
commit 672a538c52
No known key found for this signature in database
GPG Key ID: A16C1128698C8CAC
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 10.2.28
current_version = 10.2.29
commit = True
tag = True

View File

@ -142,7 +142,7 @@ copyright = f'2020-{datetime.now().year}, {author}'
# built documents.
#
# The short X.Y version.
version = '10.2.28'
version = '10.2.29'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -18,5 +18,5 @@
"""
Global version information used in kiwi and the package
"""
__version__ = '10.2.28'
__version__ = '10.2.29'
__githash__ = '$Format:%H$'

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "kiwi"
version = "10.2.28"
version = "10.2.29"
description = "KIWI - Appliance Builder"
license = "GPL-3.0-or-later"
readme = "README.rst"