From 1a2c0ae473bdc869cfa5542f22ab3b7495d3a4ea Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 25 Aug 2023 14:32:35 -0400 Subject: [PATCH] Release v2023.8.25 --- CHANGELOG.rst | 19 +++++++++++-------- news/5866.bugfix.rst | 1 - pipenv/__version__.py | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 news/5866.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2084a800..b878c5e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,18 @@ -2023.8.23 (2023-08-22) +2023.8.25 (2023-08-25) ====================== -Pipenv 2023.8.23 (2023-08-22) +Pipenv 2023.8.25 (2023-08-25) ============================= +Bug Fixes +--------- + +- Fix regression of hash collection when downloading package from private indexes when the hash is not found in the index href url fragment. `#5866 `_ + + +2023.8.23 (2023-08-22) +====================== + Bug Fixes --------- @@ -12,9 +21,6 @@ Bug Fixes 2023.8.22 (2023-08-22) ====================== -Pipenv 2023.8.22 (2023-08-22) -============================= - Bug Fixes --------- @@ -24,9 +30,6 @@ Bug Fixes 2023.8.21 (2023-08-21) ====================== -Pipenv 2023.8.21 (2023-08-21) -============================= - Bug Fixes --------- diff --git a/news/5866.bugfix.rst b/news/5866.bugfix.rst deleted file mode 100644 index 46f0a9e7..00000000 --- a/news/5866.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix regression of hash collection when downloading package from private indexes when the hash is not found in the index href url fragment. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 0b44dd58..613f584d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2023.8.24.dev0" +__version__ = "2023.8.25"