[tor-commits] [ooni-probe/master] Use .dev0 to indicate master branch to conform to PEP-440 (#507)

art at torproject.org art at torproject.org
Mon May 30 16:28:33 UTC 2016


commit 2af0f7ebdc669926b21b3a1bb27712bc54d04ecb
Author: Arturo Filastò <arturo at filasto.net>
Date:   Fri May 20 17:55:28 2016 +0200

    Use .dev0 to indicate master branch to conform to PEP-440 (#507)
---
 ooni/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/__init__.py b/ooni/__init__.py
index 15e4278..e02b430 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-master"
+__version__ = "1.5.0.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"





More information about the tor-commits mailing list