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 Sep 24, 2014
1 parent 0faeb54 commit fa527d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.1
=====
- Adapt to Trollius package rename
- Fixed stopping watching file descriptor

0.3.0
=====
- Add DNSResolver.cancel method
Expand Down
2 changes: 1 addition & 1 deletion aiodns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import error


__version__ = '0.3.0'
__version__ = '0.3.1'

__all__ = ('DNSResolver', 'error')

Expand Down

0 comments on commit fa527d2

Please sign in to comment.