From 5416ae8f602fbf0a0466528f9a1be47368b4f67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Mon, 21 Oct 2024 15:01:08 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2010.1.14=20=E2=86=92=2010.1.15?= 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 9ea9a94446..106a69c8e0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.1.14 +current_version = 10.1.15 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index 96495a6c93..f52da0a0bd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -142,7 +142,7 @@ def setup(app): # built documents. # # The short X.Y version. -version = '10.1.14' +version = '10.1.15' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index ac6d09c341..50a35ad186 100644 --- a/kiwi/version.py +++ b/kiwi/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi and the package """ -__version__ = '10.1.14' +__version__ = '10.1.15' __githash__ = '$Format:%H$' diff --git a/pyproject.toml b/pyproject.toml index c0524c79e3..b4dcb5a041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kiwi" -version = "10.1.14" +version = "10.1.15" description = "KIWI - Appliance Builder" license = "GPL-3.0-or-later" readme = "README.rst"