From 0980b82a63d9728f9b3dc93d39fdd0d89fb155b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Thu, 21 Feb 2019 13:58:59 +1300 Subject: [PATCH] Bump version and add changelog entry --- ChangeLog.rst | 5 +++++ oonib/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 77c0e8e4..e06fe015 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,11 @@ ChangeLog ========= +1.3.5 (Thu, 21 Feb 2019) +------------------------ + +* Disable collecting reports from ooniprobe-android 2.0.0 + 1.3.4 (Tue, 26 Sep 2017) ------------------------ diff --git a/oonib/__init__.py b/oonib/__init__.py index 1443ae00..7c1635cb 100644 --- a/oonib/__init__.py +++ b/oonib/__init__.py @@ -3,7 +3,7 @@ instantiated only once and be common to pieces of GLBackend code. """ -__version__ = '1.3.4' +__version__ = '1.3.5' __all__ = ['Storage', 'randomStr']