Skip to content

Commit

Permalink
Version number -> 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Mar 28, 2021
1 parent 62cb84b commit d3af321
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release notes
=============

Version 2.7
-----------

* Fix checking compatibility of wheels with ``abi3`` tags, e.g. cryptography
(:ghpull:`227`).
* Ensure that the local packages directory is added to ``sys.path`` as an
absolute path, not a relative one (:ghpull:`226`).
* Pynsist now requires Python 3.6 or above, although it can still build
installers with Python 3.5 or above.
* Update details of available examples (:ghpull:`215`, :ghpull:`223`).

Version 2.6
-----------

Expand Down
2 changes: 1 addition & 1 deletion nsist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .wheels import WheelGetter
from .util import download, get_cache_dir, normalize_path

__version__ = '2.6'
__version__ = '2.7'

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

0 comments on commit d3af321

Please sign in to comment.