Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Apr 21, 2020
1 parent 25621dc commit bfd53a5
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 @@
1.2.3 (2020-04-21)
==================

Bug Fixes
---------

- Unnest the mixed output from ``find_all_python_versions()``. `#85 <https://github.com/sarugaku/pythonfinder/issues/85>`_


1.2.2 (2020-03-25)
==================

Expand Down
1 change: 0 additions & 1 deletion news/85.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 @@ -10,7 +10,7 @@
from .models import SystemPath, WindowsFinder
from .pythonfinder import Finder

__version__ = "1.2.3.dev0"
__version__ = "1.2.3"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit bfd53a5

Please sign in to comment.