diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a1e4e4f..77502a13 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +2022.9.4 (2022-09-04) +===================== + + +Bug Fixes +--------- + +- Fix the issue from ``2022.9.2`` where tarball URL packages were being skipped on batch_install. `#5306 `_ + + 2022.9.2 (2022-09-02) ===================== diff --git a/news/5306.bugfix.rst b/news/5306.bugfix.rst deleted file mode 100644 index 45156223..00000000 --- a/news/5306.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix the issue from ``2022.9.2`` where tarball URL packages were being skipped on batch_install. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index a9a0543e..69c73408 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.9.3.dev0" +__version__ = "2022.9.4" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 56d4cf84..494778ab 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 02, 2022" "2022.9.2" "pipenv" +.TH "PIPENV" "1" "Sep 04, 2022" "2022.9.4" "pipenv" .SH NAME pipenv \- pipenv Documentation \fI\%\fP\fI\%\fP\fI\%\fP @@ -453,6 +453,12 @@ You might want to set \fBexport PIPENV_VENV_IN_PROJECT=1\fP in your .bashrc/.zsh .sp Congratulations, you now know how to install and use Python packages! ✨ 🍰 ✨ .SS Release and Version History +.SS 2022.9.4 (2022\-09\-04) +.SS Bug Fixes +.INDENT 0.0 +.IP \(bu 2 +Fix the issue from \fB2022.9.2\fP where tarball URL packages were being skipped on batch_install. \fI\%#5306\fP +.UNINDENT .SS 2022.9.2 (2022\-09\-02) .SS Bug Fixes .INDENT 0.0