merge with main

This commit is contained in:
Matt Davis
2023-09-01 10:32:59 -04:00
parent 246f795a11
commit fd76fd84cd
7 changed files with 21 additions and 6 deletions
+20
View File
@@ -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
View File
@@ -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
View File
@@ -1 +0,0 @@
Apply patch for install_search_all_sources = True functionality.
-1
View File
@@ -1 +0,0 @@
Relative paths improvements for editable installs.
-1
View File
@@ -1 +0,0 @@
Set log level in resolver to WARN when verbose is not passed.
-1
View File
@@ -1 +0,0 @@
Handle more variations in private index html to improve hash collection.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.9.1.dev1"
__version__ = "2023.9.1"