diff --git a/ChangeLog.rst b/ChangeLog.rst index e2854b8b..39a6df6c 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 f8ff3c8b..06dfb908 100644 --- a/oonib/__init__.py +++ b/oonib/__init__.py @@ -3,7 +3,7 @@ instantiated only once and be common to pieces of GLBackend code. """ -__version__ = '1.1.1' +__version__ = '1.1.2' __all__ = ['Storage', 'randomStr']