Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed May 19, 2023
1 parent 674f566 commit 0830e48
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.3 (2023-05-19)
==================

Bug Fixes
---------

- 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>`_


2.0.2 (2023-05-19)
==================

Expand Down
1 change: 0 additions & 1 deletion news/139.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.3.dev0"
__version__ = "2.0.3"


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

0 comments on commit 0830e48

Please sign in to comment.