Thomas Kluyver пре 4 година
родитељ
комит
9a86a307ab
2 измењених фајлова са 7 додато и 1 уклоњено
  1. 6 0
      doc/releasenotes.rst
  2. 1 1
      nsist/__init__.py

+ 6 - 0
doc/releasenotes.rst

@@ -1,6 +1,12 @@
 Release notes
 =============
 
+Version 2.5.1
+-------------
+
+* Fix locating the ``pkgs`` subdirectory in command-line launchers
+  (:ghpull:`200`).
+
 Version 2.5
 -----------
 

+ 1 - 1
nsist/__init__.py

@@ -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__)