commit 15128c300e95a2a2e707a09a80d76b2a270ebbe6 Author: Arturo Filastò arturo@filasto.net Date: Tue Feb 21 14:43:24 2017 +0000
Bump version number --- Makefile | 2 +- ooni/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index 723d7d8d..500a479e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.2.0rc1 +VERSION = 2.2.0rc2
man: cd docs && make man diff --git a/ooni/__init__.py b/ooni/__init__.py index e65920b0..18bc94b6 100644 --- a/ooni/__init__.py +++ b/ooni/__init__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*-
__author__ = "Open Observatory of Network Interference" -__version__ = "2.2.0.rc1" +__version__ = "2.2.0.rc2"
__all__ = [ 'agent',
tor-commits@lists.torproject.org