Skip to content

Commit

Permalink
core: raised version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 2, 2019
1 parent 29d8066 commit bfa6215
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Version NEXT
=============
- ci, misc: add support for CPython 3.7
Version 2.4.0
=============
- misc: fix building wheels for unavailable Python versions
- test: skip getaddrinfo6 test on Travis
- doc: add FreeBSD building instructions
- build: fix MinGW build
- ci, misc: add support for CPython 3.7
- ci: run on latest PyPy versions on TravisCI
- examples: extra examples
- ci: fix AppVeyor build
- test: fix TXT test
- core: fix repr for PTR results

Version 2.3.0
=============
Expand Down
2 changes: 1 addition & 1 deletion pycares/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '2.3.0'
__version__ = '2.4.0'

0 comments on commit bfa6215

Please sign in to comment.