Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Oct 25, 2018
1 parent 19d1dc2 commit 0b6f06c
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.5 (2018-10-25)
==================

Bug Fixes
---------

- Fixed an issue with parsing python paths. `#52 <https://github.com/sarugaku/pythonfinder/issues/52>`_


1.1.4 (2018-10-25)
==================

Expand Down
1 change: 0 additions & 1 deletion news/52.bugfix

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.5.dev0'
__version__ = '1.1.5'

# 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 0b6f06c

Please sign in to comment.