Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jul 27, 2021
1 parent 8d0cbc5 commit c83ed6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.2.8 (2021-07-27)
==================

Bug Fixes
---------

- Ensure the path exists when initializing from the `PATH` env var. `#105 <https://github.com/sarugaku/pythonfinder/issues/105>`_


1.2.7 (2021-06-24)
==================

Expand Down
1 change: 0 additions & 1 deletion news/105.bugfix.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
Expand Up @@ -10,7 +10,7 @@
from .models import SystemPath, WindowsFinder
from .pythonfinder import Finder

__version__ = "1.2.7"
__version__ = "1.2.8"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit c83ed6b

Please sign in to comment.