[tor-commits] [oonib/master] bump to 1.1.2

art at torproject.org art at torproject.org
Wed Sep 3 14:10:46 UTC 2014


commit c96b3f05a944c2f6f3184093faa499c3fbcdd2c8
Author: Arturo Filastò <art at fuffa.org>
Date:   Wed Sep 3 16:10:16 2014 +0200

    bump to 1.1.2
---
 ChangeLog.rst     |    3 +++
 oonib/__init__.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index e2854b8..39a6df6 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,9 @@
 ChangeLog
 =========
+1.1.2 (Wed, 3 Sep 2014)
+-----------------------
 
+* Fix bug that lead oonib not running when a test helper was disabled.
 
 1.1.1 (Wed, 3 Sep 2014)
 -----------------------
diff --git a/oonib/__init__.py b/oonib/__init__.py
index f8ff3c8..06dfb90 100644
--- a/oonib/__init__.py
+++ b/oonib/__init__.py
@@ -3,7 +3,7 @@ In here we shall keep track of all variables and objects that should be
 instantiated only once and be common to pieces of GLBackend code.
 """
 
-__version__ = '1.1.1'
+__version__ = '1.1.2'
 
 __all__ = ['Storage', 'randomStr']
 



More information about the tor-commits mailing list