diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e3441242..788b54ed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.0.22 +current_version = 10.0.23 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index dc9482ef..9d3f9b58 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -139,7 +139,7 @@ copyright = f'2020-{datetime.now().year}, {author}' # built documents. # # The short X.Y version. -version = '10.0.22' +version = '10.0.23' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index c2ea1a59..f556b7bc 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.22' +__version__ = '10.0.23' __githash__ = '$Format:%H$' diff --git a/pyproject.toml b/pyproject.toml index 7bdf59de..fcad4184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kiwi" -version = "10.0.22" +version = "10.0.23" description = "KIWI - Appliance Builder" license = "GPL-3.0-or-later" readme = "README.rst"