Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Nov 4, 2018
1 parent 6b78647 commit 2b0530a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
1.1.7 (2018-11-04)
==================

Features & Improvements
-----------------------

- Pyenv paths will now be ordered respecting global version settings and pyenv shims will be removed from the search path. `#27 <https://github.com/sarugaku/pythonfinder/issues/27>`_


Bug Fixes
---------

- Fixed an issue with unnesting paths when finding python versions. `#24 <https://github.com/sarugaku/pythonfinder/issues/24>`_

- Fixed a bug with searching windows registry entries which sometimes caused errors for uninstalled python instances. `#26 <https://github.com/sarugaku/pythonfinder/issues/26>`_


1.1.6 (2018-10-26)
==================

Expand Down
1 change: 0 additions & 1 deletion news/24.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/26.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/27.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/pythonfinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import print_function, absolute_import

__version__ = '1.1.7.dev0'
__version__ = '1.1.7'

# Add NullHandler to "pythonfinder" logger, because Python2's default root
# logger has no handler and warnings like this would be reported:
Expand Down

0 comments on commit 2b0530a

Please sign in to comment.