[tor-commits] [ooni-probe/master] update ooniprobe to 1.1.0

art at torproject.org art at torproject.org
Tue Aug 19 13:33:40 UTC 2014


commit 3283a34cc487303cad2035f0257e88da04a38918
Author: Arturo Filastò <art at 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 at 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']



More information about the tor-commits mailing list