Skip to content

Commit

Permalink
Prepare release notes for 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 28, 2018
1 parent 5f47152 commit 18e554b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinxcontrib_github_alt',
]

github_project_url = "https://github.com/takluyver/pynsist"

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
1 change: 1 addition & 0 deletions doc/pypi-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ requests
win_cli_launchers
yarg
requests_download
sphinxcontrib_github_alt
8 changes: 8 additions & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release notes
=============

Version 2.1
-----------

* Fix for launching Python subprocesses with the installed packages available
for import (:ghpull:`142`).
* Ensure ``.pth`` files in the installed packages directory are read
(:ghpull:`138`).

Version 2.0
-----------

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

__version__ = '2.0'
__version__ = '2.1'

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

0 comments on commit 18e554b

Please sign in to comment.