浏览代码

Version number -> 2.5.1

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