Skip to content

Commit 1067970

Browse files
authored
Release 3.6.1 (#216)
1 parent a85b558 commit 1067970

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.6.1
2+
=====
3+
- Pin pycares to < 5
4+
15
3.6.0
26
=====
37
- Fix resolver garbage collection during pending queries (#211)

aiodns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from . import error
2222

23-
__version__ = '3.6.0'
23+
__version__ = '3.6.1'
2424

2525
__all__ = ('DNSResolver', 'error')
2626

0 commit comments

Comments
 (0)