commit 3283a34cc487303cad2035f0257e88da04a38918 Author: Arturo Filastò art@fuffa.org Date: Tue Aug 19 15:32:56 2014 +0200
update ooniprobe to 1.1.0 --- debian/changelog | 6 ++++++ ooni/__init__.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog index af347a7..90ec33a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ooniprobe (1.1.0-1) stable; urgency=low + + * ooniprobe 1.1.0 + + -- OONI Developers (signing key) ooni-dev@lists.torproject.org Tue, 19 Aug 2014 15:14:46 +0200 + ooniprobe (1.0.2-1) stable; urgency=low
* ooniprobe 1.0.2 diff --git a/ooni/__init__.py b/ooni/__init__.py index c3c8050..821b197 100644 --- a/ooni/__init__.py +++ b/ooni/__init__.py @@ -1,8 +1,8 @@ # -*- encoding: utf-8 -*-
__author__ = "Open Observatory of Network Interference" -__version__ = "1.1.0-rc1" +__version__ = "1.1.0"
__all__ = ['config', 'inputunit', 'kit', - 'lib', 'nettest', 'oonicli', 'reporter', + 'lib', 'nettest', 'oonicli', 'report', 'reporter', 'templates', 'utils']
tor-commits@lists.torproject.org