From b24a461f64c40ebde950a314a202701287a1bf94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Tue, 30 Jul 2024 09:45:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2010.0.26=20=E2=86=92=2010.0.27?= 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 59543562971..02bb5522a74 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.0.26 +current_version = 10.0.27 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index f5cc0158d1b..0e658dfbdb1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -139,7 +139,7 @@ def setup(app): # built documents. # # The short X.Y version. -version = '10.0.26' +version = '10.0.27' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index b51bef0d3fe..0cd1c201ac9 100644 --- a/kiwi/version.py +++ b/kiwi/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi and the package """ -__version__ = '10.0.26' +__version__ = '10.0.27' __githash__ = '$Format:%H$' diff --git a/pyproject.toml b/pyproject.toml index 3c3d58702f1..ea62209c61c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kiwi" -version = "10.0.26" +version = "10.0.27" description = "KIWI - Appliance Builder" license = "GPL-3.0-or-later" readme = "README.rst"