Skip to content

Commit 0830e48

Browse files
committed
Release 2.0.3
1 parent 674f566 commit 0830e48

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.0.3 (2023-05-19)
2+
==================
3+
4+
Bug Fixes
5+
---------
6+
7+
- Fix edge case from refactor to pydantic -- only search for any python version when a specific version was not requested. `#139 <https://github.com/sarugaku/pythonfinder/issues/139>`_
8+
9+
110
2.0.2 (2023-05-19)
211
==================
312

news/139.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.3.dev0"
7+
__version__ = "2.0.3"
88

99

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

0 commit comments

Comments
 (0)