commit bff00ebbf32730f0d2a44a41e40a7c5e3b0027c0 Author: Arturo Filastò arturo@filasto.net Date: Wed Apr 27 20:27:24 2016 +0200
The upload of the release failed and hence need to re-issue upload --- ChangeLog.rst | 6 ++++++ ooni/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.rst b/ChangeLog.rst index 471e282..c24d46d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,12 @@ Changelog =========
+v1.4.1 (Wed, 27 Apr 2016) +------------------------- + +* Fix problem with uploading of release + + v1.4.0 (Wed, 27 Apr 2016) -------------------------
diff --git a/ooni/__init__.py b/ooni/__init__.py index 5ccd2da..cbf84b7 100644 --- a/ooni/__init__.py +++ b/ooni/__init__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*-
__author__ = "Open Observatory of Network Interference" -__version__ = "1.4.0" +__version__ = "1.4.1"
__all__ = ['config', 'inputunit', 'kit', 'lib', 'nettest', 'oonicli', 'report', 'reporter',