Release v2023.8.25

This commit is contained in:
Matt Davis
2023-08-25 14:32:35 -04:00
parent d7aed28967
commit 1a2c0ae473
3 changed files with 12 additions and 10 deletions
+11 -8
View File
@@ -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 <https://github.com/pypa/pipenv/issues/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
---------
-1
View File
@@ -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.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.8.24.dev0"
__version__ = "2023.8.25"