@@ -1,6 +1,12 @@
Release notes
=============
+Version 2.5.1
+-------------
+
+* Fix locating the ``pkgs`` subdirectory in command-line launchers
+ (:ghpull:`200`).
Version 2.5
-----------
@@ -25,7 +25,7 @@ from .nsiswriter import NSISFileWriter
from .wheels import WheelGetter
from .util import download, get_cache_dir, normalize_path
-__version__ = '2.5'
+__version__ = '2.5.1'
pjoin = os.path.join
logger = logging.getLogger(__name__)