diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 410a4e79b62..3b595003da1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.0.20 +current_version = 10.0.21 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index 929527bb7f5..deba3e1107b 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.20' +version = '10.0.21' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index 23ea28a6d10..b3b07ca7177 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.20' +__version__ = '10.0.21' __githash__ = '$Format:%H$' diff --git a/pyproject.toml b/pyproject.toml index 3beba606783..38095511d25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kiwi" -version = "10.0.20" +version = "10.0.21" description = "KIWI - Appliance Builder" license = "GPL-3.0-or-later" readme = "README.rst"