diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 84258bb..8c7237e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.35 +current_version = 0.2.36 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index 17acd36..1edaaa4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -49,7 +49,7 @@ # built documents. # # The short X.Y version. -version = '0.2.35' +version = '0.2.36' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi_boxed_plugin/version.py b/kiwi_boxed_plugin/version.py index d107d05..9a2be8d 100644 --- a/kiwi_boxed_plugin/version.py +++ b/kiwi_boxed_plugin/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi-boxed-build and the package """ -__version__ = '0.2.35' +__version__ = '0.2.36' __githash__ = '$Format:%H$'