[tor-commits] [ooni-probe/master] Bump to version 1.5.1

art at torproject.org art at torproject.org
Fri Jun 3 09:35:02 UTC 2016


commit 07eaedd9bf66b9dd364528beae81f3958c05ea6c
Author: Arturo Filastò <arturo at filasto.net>
Date:   Fri Jun 3 11:21:41 2016 +0200

    Bump to version 1.5.1
---
 ChangeLog.rst    | 8 ++++++++
 ooni/__init__.py | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index 5470570..f995fc2 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+v1.5.1 (Fri, 3 Jun 2016)
+-------------------------
+codename: The Big Wave
+
+* Add --default-collector option to oonireport
+
+* Fix critical bug in web_connectivity test
+
 v1.5.0 (Mon, 30 May 2016)
 -------------------------
 codename: The Big Wave
diff --git a/ooni/__init__.py b/ooni/__init__.py
index c416dee..2ec1a8a 100644
--- a/ooni/__init__.py
+++ b/ooni/__init__.py
@@ -1,10 +1,10 @@
 # -*- encoding: utf-8 -*-
 
 __author__ = "Open Observatory of Network Interference"
-__version__ = "1.5.1.dev0"
+__version__ = "1.5.1"
 # This is the version number of resources to be downloaded
 # when a release is made it should be aligned to __version__
-__resources_version__ = "1.4.2"
+__resources_version__ = "1.5.1"
 canonical_bouncer = 'httpo://nkvphnp3p6agi5qq.onion'
 
 



More information about the tor-commits mailing list