diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2ce3d9673b6..557d6a3182a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.1.17 +current_version = 10.1.18 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index e8b6a6203e3..2d481f277f3 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.17' +version = '10.1.18' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index 7e53dd7a0b1..8bb96ed3cc1 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.17' +__version__ = '10.1.18' __githash__ = '$Format:%H$' diff --git a/pyproject.toml b/pyproject.toml index 9d67980f1f6..41c8c24409c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kiwi" -version = "10.1.17" +version = "10.1.18" description = "KIWI - Appliance Builder" license = "GPL-3.0-or-later" readme = "README.rst"