Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed May 14, 2019
1 parent 4c475c1 commit bd5ae21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.1 (2019-05-13)
==================

Features & Improvements
-----------------------

- Added support for subprocess timeouts while discovering python paths. `#62 <https://github.com/sarugaku/pythonfinder/issues/62>`_


1.2.0 (2019-03-02)
==================

Expand Down
1 change: 0 additions & 1 deletion news/62.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/62.trivial.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.1.dev0"
__version__ = "1.2.1"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit bd5ae21

Please sign in to comment.