Skip to content

Commit 133e725

Browse files
committed
Raised version and updated changelog
1 parent fe57a61 commit 133e725

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.0.0b2
2+
=======
3+
- Raise pycares dependency
4+
5+
2.0.0b1
6+
=======
7+
- Fix using typing on Python 3.7
8+
19
2.0.0b0
210
=======
311
- Drop support for Python < 3.5

aiodns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from . import error # type: ignore
1414

1515

16-
__version__ = '2.0.0b1'
16+
__version__ = '2.0.0b2'
1717

1818
__all__ = ('DNSResolver', 'error')
1919

0 commit comments

Comments
 (0)