From fd76fd84cd417d2dc35e59f0da69810012c7a6c8 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 1 Sep 2023 10:32:59 -0400 Subject: [PATCH] merge with main --- CHANGELOG.rst | 20 ++++++++++++++++++++ news/5892.feature.rst | 1 - news/5895.bugfix.rst | 1 - news/5896.bugfix.rst | 1 - news/5897.bugfix.rst | 1 - news/5898.bugfix.rst | 1 - pipenv/__version__.py | 2 +- 7 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 news/5892.feature.rst delete mode 100644 news/5895.bugfix.rst delete mode 100644 news/5896.bugfix.rst delete mode 100644 news/5897.bugfix.rst delete mode 100644 news/5898.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f59cb7f..613dd4f9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ + +Bug Fixes +--------- + +- Apply patch for install_search_all_sources = True functionality. `#5895 `_ +- Relative paths improvements for editable installs. `#5896 `_ +- Set log level in resolver to WARN when verbose is not passed. `#5897 `_ +- Handle more variations in private index html to improve hash collection. `#5898 `_ + + 2023.8.28 (2023-08-28) ====================== diff --git a/news/5892.feature.rst b/news/5892.feature.rst deleted file mode 100644 index 80b0e512..00000000 --- a/news/5892.feature.rst +++ /dev/null @@ -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. diff --git a/news/5895.bugfix.rst b/news/5895.bugfix.rst deleted file mode 100644 index 9eeed1f8..00000000 --- a/news/5895.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Apply patch for install_search_all_sources = True functionality. diff --git a/news/5896.bugfix.rst b/news/5896.bugfix.rst deleted file mode 100644 index 8fb6083a..00000000 --- a/news/5896.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Relative paths improvements for editable installs. diff --git a/news/5897.bugfix.rst b/news/5897.bugfix.rst deleted file mode 100644 index 85844566..00000000 --- a/news/5897.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Set log level in resolver to WARN when verbose is not passed. diff --git a/news/5898.bugfix.rst b/news/5898.bugfix.rst deleted file mode 100644 index 0b9c5c26..00000000 --- a/news/5898.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Handle more variations in private index html to improve hash collection. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index c8bdf0fb..3ad7a6ea 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2023.9.1.dev1" +__version__ = "2023.9.1"