Skip to content

Commit 0b6b428

Browse files
committed
Release v2024.0.3
1 parent 88062cf commit 0b6b428

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2024.0.3 (2024-09-22)
2+
=====================
3+
Pipenv 2024.0.3 (2024-09-22)
4+
============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Disable ``ResourceWarning`` warning for temporary files that are cleaned on program exit. `#6151 <https://github.com/pypa/pipenv/issues/6151>`_
11+
- Fixed package sorting when installing a package with extras. `#6171 <https://github.com/pypa/pipenv/issues/6171>`_
12+
- Fixed ``pipenv uninstall --all`` failing when the virtual environment no longer exists. `#6185 <https://github.com/pypa/pipenv/issues/6185>`_
13+
- Fix issue where installing a vcs dependency using pipenv CLI yielded the wrong Pipfile entry such that it could not lock. `#6242 <https://github.com/pypa/pipenv/issues/6242>`_
14+
- Fix report that pipenv requires ``packaging>=22`` on some systems by setting it as a dependency. `#6243 <https://github.com/pypa/pipenv/issues/6243>`_
115
2024.0.2 (2024-09-13)
216
=====================
317
Pipenv 2024.0.2 (2024-09-13)

news/6151.bugfix.rst

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

news/6171.bugfix.rst

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

news/6185.bugfix.rst

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

news/6242.bugfix.rst

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

news/6243.bugfix.rst

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

pipenv/pipenv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PIPENV" "1" "Sep 13, 2024" "2024.0.2" "pipenv"
30+
.TH "PIPENV" "1" "Sep 22, 2024" "2024.0.3" "pipenv"
3131
.sp
3232
\fBNOTE:\fP
3333
.INDENT 0.0

0 commit comments

Comments
 (0)