Skip to content

Commit

Permalink
1.0.0, let's do this
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 12, 2015
1 parent c8cfe51 commit 0257023
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.0
=====
- Use pycares >= 1.0.0
- Fix tests

0.3.2
=====
- setup: Fix decoding in non-UTF-8 environments
Expand Down
2 changes: 1 addition & 1 deletion aiodns/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import error


__version__ = '0.3.2'
__version__ = '1.0.0'

__all__ = ('DNSResolver', 'error')

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_version():
packages = ['aiodns'],
platforms = ["POSIX", "Microsoft Windows"],
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
Expand Down

0 comments on commit 0257023

Please sign in to comment.