Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Feb 6, 2023
1 parent d901f21 commit 5e14878
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.3.2 (2023-02-06)
==================

Bug Fixes
---------

- Include tests and tests data into the sdist. `#116 <https://github.com/sarugaku/pythonfinder/issues/116>`_

- Fix: catch `InvalidVersion` instead of handling `LegacyVersion` `#127 <https://github.com/sarugaku/pythonfinder/issues/127>`_


1.3.0 (2022-24-08)
==================
Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion src/pythonfinder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .models import SystemPath, WindowsFinder
from .pythonfinder import Finder

__version__ = "1.3.2.dev0"
__version__ = "1.3.2"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 5e14878

Please sign in to comment.