Skip to content

Commit 8e4c716

Browse files
committed
Release 2.0.2
1 parent 8a475ce commit 8e4c716

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.2 (2023-05-19)
2+
==================
3+
4+
Bug Fixes
5+
---------
6+
7+
- Fix edge case with windows git bash and environment variables having backslash. `#138 <https://github.com/sarugaku/pythonfinder/issues/138>`_
8+
9+
110
2.0.1 (2023-05-16)
211
==================
312

news/138.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.2.dev0"
7+
__version__ = "2.0.2"
88

99

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

0 commit comments

Comments
 (0)