Skip to content

Commit

Permalink
Raised version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Apr 5, 2014
1 parent fabe28c commit 58aa398
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.6.1
=============
- Raise ValueError if query type is not valid
- Re-enabled CNAME test
- Fixed importing from errno submodule in Python 3

Version 0.6.0
=============
- Added asyncio integration example
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setup_cares import cares_build_ext


__version__ = "0.6.0"
__version__ = "0.6.1"

setup(name = "pycares",
version = __version__,
Expand Down

0 comments on commit 58aa398

Please sign in to comment.