Skip to content

Commit

Permalink
Bump to version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 29, 2016
1 parent 8af20fb commit 4ddac3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog.rst
@@ -1,6 +1,14 @@
Changelog
=========

v1.4.2 (Fri, 29 Apr 2016)
-------------------------

* Hotfix for bug in serialising binary response bodies

* Use the most recent scapy version


v1.4.1 (Wed, 27 Apr 2016)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion ooni/__init__.py
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-

__author__ = "Open Observatory of Network Interference"
__version__ = "1.4.1"
__version__ = "1.4.2"

__all__ = ['config', 'inputunit', 'kit',
'lib', 'nettest', 'oonicli', 'report', 'reporter',
Expand Down

0 comments on commit 4ddac3e

Please sign in to comment.