commit c22b9ac4ea45a99f503b792e24d90630a16e7aae Author: Arturo Filastò art@fuffa.org Date: Wed Oct 1 12:24:58 2014 +0200
update oonibackend to 1.1.4 --- ChangeLog.rst | 5 +++++ oonib/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.rst b/ChangeLog.rst index 9d01327..499a902 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,10 @@ ChangeLog ========= +1.1.4 (Wed, 1 Oct 2014) +----------------------- + +* Fix bug that lead test helpers to not being started + 1.1.3 (Mon, 29 Sep 2014) -----------------------
diff --git a/oonib/__init__.py b/oonib/__init__.py index 2147635..ba6dea3 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.3' +__version__ = '1.1.4'
__all__ = ['Storage', 'randomStr']
tor-commits@lists.torproject.org