- Fix autoenv not working when run in a directory with a non-existent python version specified in a .python-version file. This would cause autoenv to try to run the "current" python version, which would obviously fail.
- Fix autoenv not picking up
3.10+
as the "latest python version".
-
Add
--quiet
parameter. -
Add
--clear-if-lower
parameter.
- Add autodetection of
setup.cfg
andsetup.py
Python version specifiers.
-
Add autodetection of
pyproject.toml
andruntime.txt
Python version specifiers. -
Fixes for OSX
grep
incompatibility. -
The
--version
flag is now called--python
, to make it possible to query the plugin version.
- Initial public release.