Skip to content

Release v2023.8.28

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 12:55
10d4d96
Version v2023.8.28

2023.8.28 (2023-08-28)
======================
Pipenv 2023.8.28 (2023-08-28)
=============================

Bug Fixes
---------

- Revert change that caused the credentials in source url issue.  _
- Do not treat named requirements as file installs just becacuse a match path exists; better handling of editable keyword for local file installs.
  Handle additional edge cases in the setup.py ast parser logic for trying to determine local install package name.  _