From 5ca17a382a48739c19be90b52ff015edcd10fc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Tue, 29 Jul 2025 19:20:30 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2010.2.29=20=E2=86=92=2010.2.30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- doc/source/conf.py | 2 +- kiwi/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 76f35cf8..c992a528 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.2.29 +current_version = 10.2.30 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index 00fa10d6..ab683d0d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -142,7 +142,7 @@ copyright = f'2020-{datetime.now().year}, {author}' # built documents. # # The short X.Y version. -version = '10.2.29' +version = '10.2.30' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index b7bb6c41..a31262a4 100644 --- a/kiwi/version.py +++ b/kiwi/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi and the package """ -__version__ = '10.2.29' +__version__ = '10.2.30' __githash__ = '$Format:%H$' diff --git a/pyproject.toml b/pyproject.toml index 67558f9b..bc372523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kiwi" -version = "10.2.29" +version = "10.2.30" description = "KIWI - Appliance Builder" license = "GPL-3.0-or-later" readme = "README.rst"