From f5cea46e7da319bb6403631aa7789cbc982e3714 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Thu, 25 Oct 2018 01:21:20 -0400 Subject: [PATCH] Release 1.1.4 --- CHANGELOG.rst | 9 +++++++++ news/22.bugfix.rst | 1 - src/pythonfinder/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 news/22.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7b7d4d..5ac0151 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ + + 1.1.3 (2018-10-18) ================== diff --git a/news/22.bugfix.rst b/news/22.bugfix.rst deleted file mode 100644 index 8b3b08c..0000000 --- a/news/22.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed a broken call to ``vistir.misc.run`` which returned a ``subprocess.Popen`` object instead of its output. diff --git a/src/pythonfinder/__init__.py b/src/pythonfinder/__init__.py index 4ac994c..bc04173 100644 --- a/src/pythonfinder/__init__.py +++ b/src/pythonfinder/__init__.py @@ -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: