mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Release v2023.8.28
This commit is contained in:
@@ -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)
|
2023.8.26 (2023-08-26)
|
||||||
======================
|
======================
|
||||||
Pipenv 2023.8.26 (2023-08-26)
|
Pipenv 2023.8.26 (2023-08-26)
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
Revert change that caused the credentials in source url issue.
|
|
||||||
@@ -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.
|
|
||||||
@@ -2,4 +2,4 @@
|
|||||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||||
# //___/ / / / //___/ / // // / / || / /
|
# //___/ / / / //___/ / // // / / || / /
|
||||||
# // / / // ((____ // / / ||/ /
|
# // / / // ((____ // / / ||/ /
|
||||||
__version__ = "2023.8.27.dev0"
|
__version__ = "2023.8.28"
|
||||||
|
|||||||
Reference in New Issue
Block a user