diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3b36d6c4..e122472d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `_ +- Fixed package sorting when installing a package with extras. `#6171 `_ +- Fixed ``pipenv uninstall --all`` failing when the virtual environment no longer exists. `#6185 `_ +- Fix issue where installing a vcs dependency using pipenv CLI yielded the wrong Pipfile entry such that it could not lock. `#6242 `_ +- Fix report that pipenv requires ``packaging>=22`` on some systems by setting it as a dependency. `#6243 `_ 2024.0.2 (2024-09-13) ===================== Pipenv 2024.0.2 (2024-09-13) diff --git a/news/6151.bugfix.rst b/news/6151.bugfix.rst deleted file mode 100644 index dc9ba2f519..0000000000 --- a/news/6151.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Disable ``ResourceWarning`` warning for temporary files that are cleaned on program exit. diff --git a/news/6171.bugfix.rst b/news/6171.bugfix.rst deleted file mode 100644 index 5ff0d0a530..0000000000 --- a/news/6171.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed package sorting when installing a package with extras. diff --git a/news/6185.bugfix.rst b/news/6185.bugfix.rst deleted file mode 100644 index bc0bd085e0..0000000000 --- a/news/6185.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed ``pipenv uninstall --all`` failing when the virtual environment no longer exists. diff --git a/news/6242.bugfix.rst b/news/6242.bugfix.rst deleted file mode 100644 index ef09c8c53d..0000000000 --- a/news/6242.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix issue where installing a vcs dependency using pipenv CLI yielded the wrong Pipfile entry such that it could not lock. diff --git a/news/6243.bugfix.rst b/news/6243.bugfix.rst deleted file mode 100644 index d66e075be0..0000000000 --- a/news/6243.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix report that pipenv requires ``packaging>=22`` on some systems by setting it as a dependency. diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 4b2d625607..b0bed387ea 100644 --- a/pipenv/pipenv.1 +++ b/pipenv/pipenv.1 @@ -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