From 508cf8927200c75485bfe1a12fb811c1791afae3 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Tue, 13 Nov 2018 21:55:13 -0500 Subject: [PATCH] Release 1.1.9 --- CHANGELOG.rst | 10 ++++++++++ news/34ac7a36-ae1c-4ea8-91dc-43fe6c44340f.feature.rst | 1 - news/35.feature.rst | 1 - src/pythonfinder/__init__.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 news/34ac7a36-ae1c-4ea8-91dc-43fe6c44340f.feature.rst delete mode 100644 news/35.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6dea1f7..391b29a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +1.1.9 (2018-11-13) +================== + +Features & Improvements +----------------------- + +- Added performance enhancements and error handling to python search algorithms. +- Added support for ``asdf`` installations via the ``ASDF_DATA_DIR`` environment variable. `#35 `_ + + 1.1.8 (2018-11-12) ================== diff --git a/news/34ac7a36-ae1c-4ea8-91dc-43fe6c44340f.feature.rst b/news/34ac7a36-ae1c-4ea8-91dc-43fe6c44340f.feature.rst deleted file mode 100644 index 0d63a52..0000000 --- a/news/34ac7a36-ae1c-4ea8-91dc-43fe6c44340f.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added performance enhancements and error handling to python search algorithms. diff --git a/news/35.feature.rst b/news/35.feature.rst deleted file mode 100644 index 8c210d5..0000000 --- a/news/35.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added support for ``asdf`` installations via the ``ASDF_DATA_DIR`` environment variable. diff --git a/src/pythonfinder/__init__.py b/src/pythonfinder/__init__.py index caa384a..fd9ec1b 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.9.dev0' +__version__ = '1.1.9' # Add NullHandler to "pythonfinder" logger, because Python2's default root # logger has no handler and warnings like this would be reported: