diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 425f6e4..7396a9e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.30 +current_version = 0.2.31 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index 1aa3d6a..1207824 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.30' +version = '0.2.31' # 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 4cec7be..68f503b 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.30' +__version__ = '0.2.31' __githash__ = '$Format:%H$'