commit 1ee23491f24f256263aa953e7aa63709f23169d8 Author: Arturo Filastò arturo@filasto.net Date: Fri Oct 14 19:41:48 2016 +0200
Bump to version 2.0.0
:tada: :octopus: :tada: --- ooni/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ooni/__init__.py b/ooni/__init__.py index d950362..98151f8 100644 --- a/ooni/__init__.py +++ b/ooni/__init__.py @@ -1,8 +1,7 @@ # -*- encoding: utf-8 -*-
__author__ = "Open Observatory of Network Interference" -# XXX note this rc is not public just meant for internal testing -__version__ = "2.0.0-rc4" +__version__ = "2.0.0"
__all__ = [ 'agent',
tor-commits@lists.torproject.org