You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
2023.8.28 (2023-08-28)
2
+
======================
3
+
Pipenv 2023.8.28 (2023-08-28)
4
+
=============================
5
+
6
+
7
+
Bug Fixes
8
+
---------
9
+
10
+
- Revert change that caused the credentials in source url issue. `#5878 <https://github.com/pypa/pipenv/issues/5878>`_
11
+
- Do not treat named requirements as file installs just becacuse a match path exists; better handling of editable keyword for local file installs.
12
+
Handle additional edge cases in the setup.py ast parser logic for trying to determine local install package name. `#5885 <https://github.com/pypa/pipenv/issues/5885>`_
0 commit comments