From b335bcf392aaf7ec33fde10f05c8df3a95c19273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Mon, 25 Nov 2019 15:53:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=209.19.0=20=E2=86=92=209.19.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- doc/source/conf.py | 2 +- kiwi/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0bfedd3e..d8e0eb94 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 9.19.0 +current_version = 9.19.1 commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index fc874835..3b227799 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -126,7 +126,7 @@ author = 'Marcus Schäfer' # built documents. # # The short X.Y version. -version = '9.19.0' +version = '9.19.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/kiwi/version.py b/kiwi/version.py index dc609486..d989ba71 100644 --- a/kiwi/version.py +++ b/kiwi/version.py @@ -18,5 +18,5 @@ """ Global version information used in kiwi and the package """ -__version__ = '9.19.0' +__version__ = '9.19.1' __githash__ = '$Format:%H$'