2018.10.13 (2018-10-13)
Bug Fixes
- Fixed a bug in
pipenv clean
which caused global packages to
sometimes be inadvertently targeted for cleanup. #2849 - Fix broken backport imports for vendored vistir. #2950, #2955, #2961
- Fixed a bug with importing local vendored dependencies when running
pipenv graph
. #2952 - Fixed a bug which caused executable discovery to fail when running
inside a virtualenv. #2957 - Fix parsing of outline tables. #2971
- Fixed a bug which caused
verify_ssl
to fail to drop through to
pip install
correctly astrusted-host
. #2979 - Fixed a bug which caused canonicalized package names to fail to
resolve against PyPI. #2989 - Enhanced CI detection to detect Azure Devops builds. #2993
- Fixed a bug which prevented installing pinned versions which used
redirection symbols from the command line. #2998 - Fixed a bug which prevented installing the local directory in
non-editable mode. #3005