Skip to content

Commit

Permalink
update oonibackend to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 2, 2014
1 parent dd8c489 commit 306bab7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.1.0 (Tue, 2 Sep 2014)
-----------------------

* Make changes to the bouncer API to make it aware of the policy of collectors.

* Improve the bouncer API to make it more RESTful.

* Add test helper that can be used to discover the DNS resolver being used by
the probe.

* Code coverage and unittesting improvements.

* Fix compatibility with latest txtorcon versions.

1.0.2 (Wed, 21 May 2014)
------------------------

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.0.2'
__version__ = '1.1.0'

__all__ = ['Storage', 'randomStr']

Expand Down

0 comments on commit 306bab7

Please sign in to comment.