Skip to content

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Oct 25, 2018
1 parent a2e9a87 commit f5cea46
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.1.4 (2018-10-25)
==================

Bug Fixes
---------

- Fixed a broken call to ``vistir.misc.run`` which returned a ``subprocess.Popen`` object instead of its output. `#22 <https://github.com/sarugaku/pythonfinder/issues/22>`_


1.1.3 (2018-10-18)
==================

Expand Down
1 change: 0 additions & 1 deletion news/22.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
@@ -1,6 +1,6 @@
from __future__ import print_function, absolute_import

__version__ = '1.1.4.dev0'
__version__ = '1.1.4'

# Add NullHandler to "pythonfinder" logger, because Python2's default root
# logger has no handler and warnings like this would be reported:
Expand Down

0 comments on commit f5cea46

Please sign in to comment.