Commit 4fe2884b authored by Arturo Filastò's avatar Arturo Filastò
Browse files

update ooniprobe to v1.3.1

parent bc82574a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
Changelog
=========

v1.3.1 (Fri, 3 Apr 2015)
------------------------

* Fix bug with --help of oonireport

* Read the home directory from an environement variable

* Expose the inputs_dir and decks_dir from the config file

* Fix bug that leads to some incomplete reports not showing up with oonireport

v1.3.0 (Fri, 27 Mar 2015)
-------------------------

+1 −1
Original line number Diff line number Diff line
# -*- encoding: utf-8 -*-

__author__ = "Open Observatory of Network Interference"
__version__ = "1.3.0"
__version__ = "1.3.1"

__all__ = ['config', 'inputunit', 'kit',
           'lib', 'nettest', 'oonicli', 'report', 'reporter',