@@ -1,6 +1,13 @@
Release notes
=============
+Version 2.6
+-----------
+
+* Fix finding binary wheels for Python 3.8 and above (:ghpull:`210`).
+* Better error messages when entry points for shortcuts or commands are invalid
+ (:ghpull:`213`).
Version 2.5.1
-------------
@@ -25,7 +25,7 @@ from .nsiswriter import NSISFileWriter
from .wheels import WheelGetter
from .util import download, get_cache_dir, normalize_path
-__version__ = '2.5.1'
+__version__ = '2.6'
pjoin = os.path.join
logger = logging.getLogger(__name__)