commit 8c4f794e8693d9953a8aa64b0af52ffc002add02 Author: Arturo Filastò arturo@filasto.net Date: Mon May 30 18:40:25 2016 +0200
Set the version of master to be 1.5.1.dev1 --- ooni/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/__init__.py b/ooni/__init__.py index 59c0143..70d56cf 100644 --- a/ooni/__init__.py +++ b/ooni/__init__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*-
__author__ = "Open Observatory of Network Interference" -__version__ = "1.5.0" +__version__ = "1.5.1.dev0" # 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"
tor-commits@lists.torproject.org