Ver Fonte

Version number -> 2.5.1

Thomas Kluyver há 4 anos atrás
pai
commit
9a86a307ab
2 ficheiros alterados com 7 adições e 1 exclusões
  1. 6 0
      doc/releasenotes.rst
  2. 1 1
      nsist/__init__.py

+ 6 - 0
doc/releasenotes.rst

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

+ 1 - 1
nsist/__init__.py

@@ -25,7 +25,7 @@ from .nsiswriter import NSISFileWriter
 from .wheels import WheelGetter
 from .wheels import WheelGetter
 from .util import download, get_cache_dir, normalize_path
 from .util import download, get_cache_dir, normalize_path
 
 
-__version__ = '2.5'
+__version__ = '2.5.1'
 
 
 pjoin = os.path.join
 pjoin = os.path.join
 logger = logging.getLogger(__name__)
 logger = logging.getLogger(__name__)