diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 01e1537..d427220 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.37 +current_version = 0.2.38 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index ed4b2f2..a6b2916 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.37' +version = '0.2.38' # 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 891055d..7460e0e 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.37' +__version__ = '0.2.38' __githash__ = '$Format:%H$'