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 Feb 6, 2019
1 parent fe57a61 commit 133e725
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.0.0b2
=======
- Raise pycares dependency

2.0.0b1
=======
- Fix using typing on Python 3.7

2.0.0b0
=======
- Drop support for Python < 3.5
Expand Down
2 changes: 1 addition & 1 deletion aiodns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from . import error # type: ignore


__version__ = '2.0.0b1'
__version__ = '2.0.0b2'

__all__ = ('DNSResolver', 'error')

Expand Down

0 comments on commit 133e725

Please sign in to comment.