Skip to content

Commit 5224348

Browse files
committed
Raised version and updated changelog
1 parent 421f3a0 commit 5224348

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.0
2+
=====
3+
(changes since version 1.x)
4+
5+
- Drop support for Python < 3.5
6+
- Add support for ANY queries
7+
- Raise pycares dependency
8+
19
2.0.0b2
210
=======
311
- Raise pycares dependency

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.0b2'
16+
__version__ = '2.0.0'
1717

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

0 commit comments

Comments
 (0)