Skip to content

Commit

Permalink
Merge pull request #117 from TheTorProject/release/1.3.5
Browse files Browse the repository at this point in the history
Bump version and add changelog entry
  • Loading branch information
hellais authored Mar 14, 2019
2 parents 1c35472 + 0980b82 commit 97e4a12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -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)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion oonib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 97e4a12

Please sign in to comment.