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 17, 2015
1 parent 1a748ce commit 4de7577
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.7.0
=============
- setup: Fix decoding in non-UTF-8 environments
- build: updated Travis build process
- Add rotate option
- Update documentation

Version 0.6.3
=============
- Fix crash if ares_timeout returns NULL
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
import codecs

__version__ = "0.6.3"
__version__ = "0.7.0"

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

0 comments on commit 4de7577

Please sign in to comment.