Skip to content

Commit

Permalink
Update changelog and version for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed May 30, 2016
1 parent 2b92f63 commit 88e9411
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
ChangeLog
=========

1.3.0 (Mon, 30 May 2016)
-------------------------

* Add web connectivity test helper

* Add support for HTTPS collectors and bouncers

* Fix problems with priviledge shedding and daemonisation
https://github.com/TheTorProject/ooni-backend/issues/65

1.2.0 (Wed, 27 Apr 2016)
-------------------------

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.2.0'
__version__ = '1.3.0'

__all__ = ['Storage', 'randomStr']

Expand Down

0 comments on commit 88e9411

Please sign in to comment.