Skip to content

Commit 0257023

Browse files
committed
1.0.0, let's do this
1 parent c8cfe51 commit 0257023

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.0
2+
=====
3+
- Use pycares >= 1.0.0
4+
- Fix tests
5+
16
0.3.2
27
=====
38
- setup: Fix decoding in non-UTF-8 environments

aiodns/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from . import error
99

1010

11-
__version__ = '0.3.2'
11+
__version__ = '1.0.0'
1212

1313
__all__ = ('DNSResolver', 'error')
1414

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_version():
3434
packages = ['aiodns'],
3535
platforms = ["POSIX", "Microsoft Windows"],
3636
classifiers = [
37-
"Development Status :: 4 - Beta",
37+
"Development Status :: 5 - Production/Stable",
3838
"Intended Audience :: Developers",
3939
"License :: OSI Approved :: MIT License",
4040
"Operating System :: POSIX",

0 commit comments

Comments
 (0)