diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cedcfc1..6d87a36 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.8 +current_version = 1.0.9 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index 31a839f..00a8ffa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -49,7 +49,7 @@ # built documents. # # The short X.Y version. -version = '1.0.8' +version = '1.0.9' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi_stackbuild_plugin/version.py b/kiwi_stackbuild_plugin/version.py index 9cd38cd..0292730 100644 --- a/kiwi_stackbuild_plugin/version.py +++ b/kiwi_stackbuild_plugin/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi-rebuild-plugin and the package """ -__version__ = '1.0.8' +__version__ = '1.0.9' __githash__ = '$Format:%H$'