commit f3d3bb10d52e472c880eaa0ca3f69cc3fe14dc6d Author: Arturo Filastò arturo@filasto.net Date: Mon Aug 8 16:42:16 2016 +0200
Bump to alpha.2
* Use semantic versioning --- ooni/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/__init__.py b/ooni/__init__.py index 1a31608..9eecb67 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.0a1" +__version__ = "2.0.0-alpha.2"
__all__ = [ 'agent',
tor-commits@lists.torproject.org