Skip to content

Commit

Permalink
Release v2024.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Sep 23, 2024
1 parent 88062cf commit 0b6b428
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2024.0.3 (2024-09-22)
=====================
Pipenv 2024.0.3 (2024-09-22)
============================


Bug Fixes
---------

- Disable ``ResourceWarning`` warning for temporary files that are cleaned on program exit. `#6151 <https://github.com/pypa/pipenv/issues/6151>`_
- Fixed package sorting when installing a package with extras. `#6171 <https://github.com/pypa/pipenv/issues/6171>`_
- Fixed ``pipenv uninstall --all`` failing when the virtual environment no longer exists. `#6185 <https://github.com/pypa/pipenv/issues/6185>`_
- 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>`_
- Fix report that pipenv requires ``packaging>=22`` on some systems by setting it as a dependency. `#6243 <https://github.com/pypa/pipenv/issues/6243>`_
2024.0.2 (2024-09-13)
=====================
Pipenv 2024.0.2 (2024-09-13)
Expand Down
1 change: 0 additions & 1 deletion news/6151.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/6171.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/6185.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/6242.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/6243.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/pipenv.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "PIPENV" "1" "Sep 13, 2024" "2024.0.2" "pipenv"
.TH "PIPENV" "1" "Sep 22, 2024" "2024.0.3" "pipenv"
.sp
\fBNOTE:\fP
.INDENT 0.0
Expand Down

0 comments on commit 0b6b428

Please sign in to comment.