We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cfe51 commit 0257023Copy full SHA for 0257023
3 files changed
ChangeLog
@@ -1,3 +1,8 @@
1
+1.0.0
2
+=====
3
+- Use pycares >= 1.0.0
4
+- Fix tests
5
+
6
0.3.2
7
=====
8
- setup: Fix decoding in non-UTF-8 environments
aiodns/__init__.py
@@ -8,7 +8,7 @@
from . import error
9
10
11
-__version__ = '0.3.2'
+__version__ = '1.0.0'
12
13
__all__ = ('DNSResolver', 'error')
14
setup.py
@@ -34,7 +34,7 @@ def get_version():
34
packages = ['aiodns'],
35
platforms = ["POSIX", "Microsoft Windows"],
36
classifiers = [
37
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
38
"Intended Audience :: Developers",
39
"License :: OSI Approved :: MIT License",
40
"Operating System :: POSIX",
0 commit comments