Skip to content

Release v2021.11.15

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 01:38
b0ceaed
Version v2021.11.15

2021.11.15 (2021-11-15)
=======================

Bug Fixes
---------

- Return an empty dict when PIPENV_DONT_LOAD_ENV is set.  _
- Don't use sys.executable when inside an activated venv.  _

Vendored Libraries
------------------

- Drop the vendored jinja2 dependency as it is not needed any more.  _
- Update click from 8.0.1 to 8.0.3, to fix a problem with bash completion.  _
- Drop unused vendor chardet.  _

Improved Documentation
----------------------

- Fix the documentation to reflect the fact that special characters must be percent-encoded in the URL.  _