diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 791969e3..76f35cf8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.2.28 +current_version = 10.2.29 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index 32a0b0fd..00fa10d6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -142,7 +142,7 @@ copyright = f'2020-{datetime.now().year}, {author}' # built documents. # # The short X.Y version. -version = '10.2.28' +version = '10.2.29' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index 7622daa3..b7bb6c41 100644 --- a/kiwi/version.py +++ b/kiwi/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi and the package """ -__version__ = '10.2.28' +__version__ = '10.2.29' __githash__ = '$Format:%H$' diff --git a/pyproject.toml b/pyproject.toml index b851fc58..67558f9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kiwi" -version = "10.2.28" +version = "10.2.29" description = "KIWI - Appliance Builder" license = "GPL-3.0-or-later" readme = "README.rst"