Skip to content

Commit

Permalink
Version number -> 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Mar 7, 2017
1 parent 106d50a commit 4a3d0a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release notes
=============

Version 1.11
------------

* Lists in the config file, such as ``packages`` and ``pypi_wheels`` can now
begin on the line after the key.
* Clearer error if the specified config file is not found.

Version 1.10
------------

Expand All @@ -10,14 +17,11 @@ Version 1.10
* The directory containing ``python.exe`` is now added to the ``%PATH%``
environment variable when your application runs. This fixes a DLL loading
issue for PyQt5 if you use bundled Python.
* Lists in the config file, such as ``packages`` and ``pypi_wheels`` can now
begin on the line after the key.
* When installing a 64-bit application, the uninstall registry keys are now
added to the 64-bit view of the registry.
* Fixed an error when using wheels which install files into the same package,
such as ``PyQt5`` and ``PyQtChart``.
* Issue a warning when we can't find the cache directory on Windows.
* Clearer error if the specified config file is not found.

Version 1.9
-----------
Expand Down
2 changes: 1 addition & 1 deletion nsist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from .pypi import fetch_pypi_wheels
from .util import download, text_types, get_cache_dir

__version__ = '1.10'
__version__ = '1.11'

pjoin = os.path.join
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 4a3d0a8

Please sign in to comment.