Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed May 6, 2023
1 parent a40e643 commit d15e28e
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.0 (2023-05-06)
==================

Bug Fixes
---------

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


1.3.2 (2023-02-06)
==================

Expand Down
1 change: 0 additions & 1 deletion news/116.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__ = "1.3.3.dev0"
__version__ = "2.0.0"


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

0 comments on commit d15e28e

Please sign in to comment.