Skip to content

Commit

Permalink
Update CHANGELOG - prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Aug 24, 2022
1 parent 99c1e5d commit 4125b87
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
1.3.0 (2022-24-08)
==================
Bug fixes
---------
- Fix permissions on WSL
- Include tests and tests data into the sdist Close #116

Updates
-------
- Make click optional dependency
- Remove six
- Drop Python2 Support

1.2.10 (2022-02-19)
===================
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.2.11.dev0"
__version__ = "1.3.0"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 4125b87

Please sign in to comment.