mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
merge with main
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
2023.9.1 (2023-09-01)
|
||||
=====================
|
||||
Pipenv 2023.9.1 (2023-09-01)
|
||||
============================
|
||||
|
||||
|
||||
Features & Improvements
|
||||
-----------------------
|
||||
|
||||
- Top level Pipfile sys_platform markers should be transitive; adds top level platform_machine entries that are also transitive. Marker entries continue to operate the same as before. `#5892 <https://github.com/pypa/pipenv/issues/5892>`_
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Apply patch for install_search_all_sources = True functionality. `#5895 <https://github.com/pypa/pipenv/issues/5895>`_
|
||||
- Relative paths improvements for editable installs. `#5896 <https://github.com/pypa/pipenv/issues/5896>`_
|
||||
- Set log level in resolver to WARN when verbose is not passed. `#5897 <https://github.com/pypa/pipenv/issues/5897>`_
|
||||
- Handle more variations in private index html to improve hash collection. `#5898 <https://github.com/pypa/pipenv/issues/5898>`_
|
||||
|
||||
|
||||
2023.8.28 (2023-08-28)
|
||||
======================
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Top level Pipfile sys_platform markers should be transitive; adds top level platform_machine entries that are also transitive. Marker entries continue to operate the same as before.
|
||||
@@ -1 +0,0 @@
|
||||
Apply patch for install_search_all_sources = True functionality.
|
||||
@@ -1 +0,0 @@
|
||||
Relative paths improvements for editable installs.
|
||||
@@ -1 +0,0 @@
|
||||
Set log level in resolver to WARN when verbose is not passed.
|
||||
@@ -1 +0,0 @@
|
||||
Handle more variations in private index html to improve hash collection.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.9.1.dev1"
|
||||
__version__ = "2023.9.1"
|
||||
|
||||
Reference in New Issue
Block a user