commit e5c3190be6cc9a163f18837dc4ab9573dd38d251 Author: Arturo Filastò arturo@filasto.net Date: Wed Dec 7 13:04:30 2016 +0000
Bump to version 2.1.0 --- Makefile | 2 +- ooni/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index 784e2ea..2fbd308 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.1.0rc1 +VERSION = 2.1.0
man: cd docs && make man diff --git a/ooni/__init__.py b/ooni/__init__.py index 6207890..a0887e0 100644 --- a/ooni/__init__.py +++ b/ooni/__init__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*-
__author__ = "Open Observatory of Network Interference" -__version__ = "2.1.0-rc.1" +__version__ = "2.1.0"
__all__ = [ 'agent',