]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
add an initial version to teuthology
authorAlfredo Deza <alfredo.deza@inktank.com>
Mon, 4 Aug 2014 19:11:26 +0000 (15:11 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Mon, 4 Aug 2014 19:11:26 +0000 (15:11 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
teuthology/__init__.py

index 138af3396272de11f84005c52cffb37e3079f228..2ae5aac77076524bba34b137155eb4aa37c5de82 100644 (file)
@@ -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)