Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed May 17, 2023
1 parent 2293771 commit 88065d0
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 @@
2.0.1 (2023-05-16)
==================

Bug Fixes
---------

- Corrected ``asdf`` and ``pyenv`` detection and usage which broke with the release of ``pythonfinder==2.0.0`` `#137 <https://github.com/sarugaku/pythonfinder/issues/137>`_


2.0.0 (2023-05-06)
==================

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

__version__ = "2.0.1.dev0"
__version__ = "2.0.1"


__all__ = ["Finder", "SystemPath", "InvalidPythonVersion"]

0 comments on commit 88065d0

Please sign in to comment.