Skip to content

Commit 1a2c0ae

Browse files
committed
Release v2023.8.25
1 parent d7aed28 commit 1a2c0ae

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
2023.8.23 (2023-08-22)
1+
2023.8.25 (2023-08-25)
22
======================
3-
Pipenv 2023.8.23 (2023-08-22)
3+
Pipenv 2023.8.25 (2023-08-25)
44
=============================
55

66

7+
Bug Fixes
8+
---------
9+
10+
- 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>`_
11+
12+
13+
2023.8.23 (2023-08-22)
14+
======================
15+
716
Bug Fixes
817
---------
918

@@ -12,9 +21,6 @@ Bug Fixes
1221

1322
2023.8.22 (2023-08-22)
1423
======================
15-
Pipenv 2023.8.22 (2023-08-22)
16-
=============================
17-
1824

1925
Bug Fixes
2026
---------
@@ -24,9 +30,6 @@ Bug Fixes
2430

2531
2023.8.21 (2023-08-21)
2632
======================
27-
Pipenv 2023.8.21 (2023-08-21)
28-
=============================
29-
3033

3134
Bug Fixes
3235
---------

news/5866.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# // ) ) / / // ) ) //___) ) // ) ) || / /
33
# //___/ / / / //___/ / // // / / || / /
44
# // / / // ((____ // / / ||/ /
5-
__version__ = "2023.8.24.dev0"
5+
__version__ = "2023.8.25"

0 commit comments

Comments
 (0)