From: Kyr Shatskyy Date: Fri, 5 Feb 2021 16:09:40 +0000 (+0100) Subject: version: increase version to 1.1.0 since we have dispatcher X-Git-Tag: 1.1.0~12^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=628b1df168ea7fc356fb0fc53d5929f7fa24898e;p=teuthology.git version: increase version to 1.1.0 since we have dispatcher Signed-off-by: Kyr Shatskyy --- diff --git a/teuthology/__init__.py b/teuthology/__init__.py index 85baf66354..de15f251a4 100644 --- a/teuthology/__init__.py +++ b/teuthology/__init__.py @@ -32,7 +32,7 @@ monkey.patch_all() import logging import subprocess -__version__ = '1.0.0' +__version__ = '1.1.0' # do our best, but if it fails, continue with above