diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 05a541cb..60fd2165 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,9 @@ [bumpversion] -current_version = 9.23.58 +current_version = 9.23.59 commit = True tag = True [bumpversion:file:kiwi/version.py] [bumpversion:file:doc/source/conf.py] + diff --git a/doc/source/conf.py b/doc/source/conf.py index 0fb043a6..e5b8735d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -140,7 +140,7 @@ author = 'Marcus Schäfer' # built documents. # # The short X.Y version. -version = '9.23.58' +version = '9.23.59' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index 471196a5..452e3c75 100644 --- a/kiwi/version.py +++ b/kiwi/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi and the package """ -__version__ = '9.23.58' +__version__ = '9.23.59' __githash__ = '$Format:%H$'