From 73e70b5917c2e3bb71345ec9d49e44d7d1aaf95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Tue, 14 May 2024 00:14:06 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.8=20=E2=86=92=201.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- doc/source/conf.py | 2 +- kiwi_stackbuild_plugin/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cedcfc1..6d87a36 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.8 +current_version = 1.0.9 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index 31a839f..00a8ffa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -49,7 +49,7 @@ # built documents. # # The short X.Y version. -version = '1.0.8' +version = '1.0.9' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi_stackbuild_plugin/version.py b/kiwi_stackbuild_plugin/version.py index 9cd38cd..0292730 100644 --- a/kiwi_stackbuild_plugin/version.py +++ b/kiwi_stackbuild_plugin/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi-rebuild-plugin and the package """ -__version__ = '1.0.8' +__version__ = '1.0.9' __githash__ = '$Format:%H$'