diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 65d7af8..09ab93f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.32 +current_version = 0.2.33 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index a74adee..d3939c4 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.32' +version = '0.2.33' # 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 4787b29..bac1de1 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.32' +__version__ = '0.2.33' __githash__ = '$Format:%H$'