From: Alfredo Deza Date: Mon, 4 Aug 2014 19:11:26 +0000 (-0400) Subject: add an initial version to teuthology X-Git-Tag: 1.1.0~1292^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a2bb186fe363ecdc2d2e6b00cc785a6fc5084bd3;p=teuthology.git add an initial version to teuthology Signed-off-by: Alfredo Deza --- diff --git a/teuthology/__init__.py b/teuthology/__init__.py index 138af3396..2ae5aac77 100644 --- a/teuthology/__init__.py +++ b/teuthology/__init__.py @@ -5,6 +5,9 @@ monkey.patch_all() import logging + +__version__ = '0.1.0' + # We don't need to see log entries for each connection opened logging.getLogger('requests.packages.urllib3.connectionpool').setLevel( logging.WARN)