diff --git a/pyreadline/release.py b/pyreadline/release.py index 9a5d60d..4998c23 100644 --- a/pyreadline/release.py +++ b/pyreadline/release.py @@ -22,7 +22,7 @@ name = u'pyreadline' branch = u'' -version = u'1.7' +version = u'1.7.1' revision = u'$Revision$' @@ -34,6 +34,9 @@ The pyreadline package is a python implementation of GNU readline functionality it is based on the ctypes based UNC readline package by Gary Bishop. It is not complete. It has been tested for use with windows 2000 and windows xp. +Version 1.7.1 includes fixes for 64-bit windows, thanks to Christoph Gohlke for +helping out. + Version 1.7 will be the last release with compatibility with 2.4 and 2.5. The next major release will target 2.6, 2.7 and 3.x. The 1.7 series will only receive bugfixes from now on.