Skip to content

Commit

Permalink
Release 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Nov 14, 2018
1 parent 51319a7 commit 508cf89
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/sarugaku/pythonfinder/issues/35>`_


1.1.8 (2018-11-12)
==================

Expand Down
1 change: 0 additions & 1 deletion news/34ac7a36-ae1c-4ea8-91dc-43fe6c44340f.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/35.feature.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.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:
Expand Down

0 comments on commit 508cf89

Please sign in to comment.