Skip to content

Commit

Permalink
Release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Nov 12, 2018
1 parent 80c92d2 commit b783913
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.1.8 (2018-11-12)
==================

Bug Fixes
---------

- Fix a bug where pyenv cannot be found when PYENV_ROOT is not set `#29 <https://github.com/sarugaku/pythonfinder/issues/29>`_

- Fix a bug where pyenv python location is not properly got by sysconfig._get_default_scheme `#31 <https://github.com/sarugaku/pythonfinder/issues/31>`_

- Fix finding pyenv's python versions issue when pyenv root version is not present `#33 <https://github.com/sarugaku/pythonfinder/issues/33>`_


1.1.7 (2018-11-04)
==================

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

This file was deleted.

1 change: 0 additions & 1 deletion news/31.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/33.bugfix

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'
__version__ = '1.1.8'

# 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 b783913

Please sign in to comment.