Skip to content

Commit

Permalink
Update ooniprobe to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Nov 20, 2015
1 parent 387a311 commit 083ccc0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ChangeLog.rst
@@ -1,6 +1,23 @@
Changelog
=========

v1.3.2 (Fri, 20 Nov 2015)
-------------------------

* Implement third party test template

* Add tutorial for using TCP test

* Add tests for censorship resistance

* Add meek test

* Add lantern test

* Support for Twisted 15.0

* Various stability and bug fixes

v1.3.1 (Fri, 3 Apr 2015)
------------------------

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.3.1"
__version__ = "1.3.2"

__all__ = ['config', 'inputunit', 'kit',
'lib', 'nettest', 'oonicli', 'report', 'reporter',
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -207,6 +207,7 @@ def run(self):
"bin/oonireport", "bin/ooniresources"],
dependency_links=dependency_links,
install_requires=install_requires,
zip_safe=False,
cmdclass={"install": install},
classifiers=(
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 083ccc0

Please sign in to comment.