From a96b106ebb9432135c475eee3b45723e4541e684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Tue, 9 Jan 2024 15:36:13 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=209.25.22=20=E2=86=92=2010.0.0?= 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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a957f8fe236..1dcc069dfcc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 9.25.22 +current_version = 10.0.0 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index d9d1ed7ff09..c730bd0ff15 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 = '9.25.22' +version = '10.0.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index 20e7cad6c56..1ae58ffd18b 100644 --- a/kiwi/version.py +++ b/kiwi/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi and the package """ -__version__ = '9.25.22' +__version__ = '10.0.0' __githash__ = '$Format:%H$'