Release v2023.8.28

This commit is contained in:
Matt Davis
2023-08-28 21:05:54 -04:00
parent 8aa204e428
commit 10d4d96ff1
4 changed files with 15 additions and 4 deletions
+14
View File
@@ -1,3 +1,17 @@
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. `#5878 <https://github.com/pypa/pipenv/issues/5878>`_
- 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. `#5885 <https://github.com/pypa/pipenv/issues/5885>`_
2023.8.26 (2023-08-26)
======================
Pipenv 2023.8.26 (2023-08-26)
-1
View File
@@ -1 +0,0 @@
Revert change that caused the credentials in source url issue.
-2
View File
@@ -1,2 +0,0 @@
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.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.8.27.dev0"
__version__ = "2023.8.28"