commit a20bf774592c318d1aa5f842eb79b5ea959f7a82 Author: Arturo Filastò art@fuffa.org Date: Mon Sep 29 20:12:15 2014 +0200
update oonibackend to 1.1.3 --- ChangeLog.rst | 7 +++++++ oonib/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.rst b/ChangeLog.rst index 39a6df6..c7c318a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,12 @@ ChangeLog ========= +1.1.3 (Wed, 3 Sep 2014) +----------------------- + +* Add support for specifying the report archive path from config file + +* Write tor notice level logs to file + 1.1.2 (Wed, 3 Sep 2014) -----------------------
diff --git a/oonib/__init__.py b/oonib/__init__.py index 06dfb90..2147635 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.2' +__version__ = '1.1.3'
__all__ = ['Storage', 'randomStr']