Skip to content

Commit 88065d0

Browse files
committed
Release 2.0.1
1 parent 2293771 commit 88065d0

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.0.1 (2023-05-16)
2+
==================
3+
4+
Bug Fixes
5+
---------
6+
7+
- 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>`_
8+
9+
110
2.0.0 (2023-05-06)
211
==================
312

news/137.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/pythonfinder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .models import SystemPath
55
from .pythonfinder import Finder
66

7-
__version__ = "2.0.1.dev0"
7+
__version__ = "2.0.1"
88

99

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

0 commit comments

Comments
 (0)