Skip to content

Releases: sarugaku/pythonfinder

Release v1.3.0

24 Aug 11:49
v1.3.0
4125b87
Compare
Choose a tag to compare
Bump version v1.3.0

Release 1.2.10

19 Feb 13:50
49c6d60
Compare
Choose a tag to compare
Version 1.2.10

Release 1.2.9

08 Nov 10:23
4ef9d87
Compare
Choose a tag to compare
Bug Fixes

---------

- Fix a bug that the version matcher ignores the version when patch number is 0.  `#110 <https://github.com/sarugaku/pythonfinder/issues/110>`_

Release 1.2.8

27 Jul 06:29
c83ed6b
Compare
Choose a tag to compare
Version 1.2.8

Release 1.2.7

24 Jun 02:40
0a0c7a0
Compare
Choose a tag to compare
Version 1.2.7

Release 1.2.6

01 Apr 10:43
8a3385c
Compare
Choose a tag to compare

Release 1.2.5

27 Aug 07:39
Compare
Choose a tag to compare
Version 1.2.5

Release 1.2.4

01 Jun 08:10
Compare
Choose a tag to compare
Version 1.2.4

Release 1.2.3

21 Apr 14:22
Compare
Choose a tag to compare
Version 1.2.3

Bug Fixes
---------

- Unnest the mixed output from find_all_python_versions().  _

Release 1.2.2

25 Mar 19:48
dd78fb9
Compare
Choose a tag to compare
Version 1.2.2

Features & Improvements
-----------------------

- Non-core versions of python will no longer sort ahead of core python versions.  _

- Reduced dependencies by removing vistir,, crayons and intermediate calls.  _

Bug Fixes
---------

- Fixed a bug which could cause python searches to fail when pyenv global was set with repeated identical versions.  _

- pythonfinder will now avoid accidentally pathing into pythonw.exe on windows and using it as a python version.  _