Skip to content

Commit

Permalink
Raised version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Apr 6, 2014
1 parent a5de6a8 commit 9a6b196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.0
=====
- Add DNSResolver.cancel method
- Handle case when the Future returned by query() is cancelled

0.2.0
=====
Expand Down
2 changes: 1 addition & 1 deletion aiodns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import error


__version__ = '0.2.0'
__version__ = '0.3.0'

__all__ = ('DNSResolver', 'error')

Expand Down

0 comments on commit 9a6b196

Please sign in to comment.