[tor-commits] [ooni-probe/master] Bump the version number

2016-10-14 Thread art
commit 7f078c6e214e94fcee483d352c4ac633ec348c52
Author: Arturo Filastò 
Date:   Thu Sep 22 16:57:24 2016 +0200

Bump the version number
---
 ooni/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/__init__.py b/ooni/__init__.py
index 41f5c37..afedecd 100644
--- a/ooni/__init__.py
+++ b/ooni/__init__.py
@@ -1,7 +1,7 @@
 # -*- encoding: utf-8 -*-
 
 __author__ = "Open Observatory of Network Interference"
-__version__ = "2.0.0-rc.3"
+__version__ = "2.0.0-rc.4.dev"
 
 __all__ = [
 'agent',



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] Bump the version number on HandshakeTest, and rename the usageOptions attribute.

2013-04-30 Thread art
commit c78574914e47ec13a8490a02fe34f98785aa4e4d
Author: Isis Lovecruft i...@torproject.org
Date:   Mon Apr 22 00:23:57 2013 +

Bump the version number on HandshakeTest, and rename the usageOptions 
attribute.
---
 nettests/experimental/tls_handshake.py |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nettests/experimental/tls_handshake.py 
b/nettests/experimental/tls_handshake.py
index e834a3e..8aa7edf 100644
--- a/nettests/experimental/tls_handshake.py
+++ b/nettests/experimental/tls_handshake.py
@@ -127,10 +127,10 @@ class HandshakeTest(nettest.NetTestCase):
 name = 'tls-handshake'
 author   = 'Isis Lovecruft i...@torproject.org'
 description  = 'A test to determing if we can complete a TLS hankshake.'
-version  = '0.0.2'
+version  = '0.0.3'
 
 requiresRoot = False
-usageOptions = UsageOptions
+usageOptions = HandshakeOptions
 
 inputFile = ['file', 'f', None, 'List of IP:PORTs to test']
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits