Skip to content

Commit

Permalink
Release 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Nov 22, 2018
1 parent af22e67 commit 412ca31
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.1.10 (2018-11-22)
===================

Bug Fixes
---------

- Fix a bug where version in version order file may not in global version paths `#37 <https://github.com/sarugaku/pythonfinder/issues/37>`_

- Added further resilient version parser functionality to python version parser. `#44 <https://github.com/sarugaku/pythonfinder/issues/44>`_

- Fixed an issue which prevented parsing single digit python versions as valid. `#47 <https://github.com/sarugaku/pythonfinder/issues/47>`_


1.1.9 (2018-11-13)
==================

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

This file was deleted.

1 change: 0 additions & 1 deletion news/44.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/47.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.10.dev0'
__version__ = '1.1.10'

# 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 412ca31

Please sign in to comment.