diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d3b7cc28..d39762bb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +2022.9.21 (2022-09-21) +====================== +Pipenv 2022.9.21 (2022-09-21) +============================= + + +Bug Fixes +--------- + +- Fix regression to ``install --skip-lock`` with update to ``plette``. `#5368 `_ + + 2022.9.20 (2022-09-20) ====================== Pipenv 2022.9.20 (2022-09-20) diff --git a/news/5352.trivial.rst b/news/5352.trivial.rst deleted file mode 100644 index ad8ad84f..00000000 --- a/news/5352.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -emit file-based shell completions for -r and -e options diff --git a/news/5368.bugfix.rst b/news/5368.bugfix.rst deleted file mode 100644 index aab4caf9..00000000 --- a/news/5368.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix regression to ``install --skip-lock`` with update to ``plette``. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 99fabdc7..f032ae0a 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.9.21.dev0" +__version__ = "2022.9.21" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 28a083aa..770c30a0 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 20, 2022" "2022.9.20" "pipenv" +.TH "PIPENV" "1" "Sep 21, 2022" "2022.9.21" "pipenv" .SH NAME pipenv \- pipenv Documentation \fI\%\fP\fI\%\fP\fI\%\fP @@ -453,6 +453,13 @@ 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.21 (2022\-09\-21) +.SS Pipenv 2022.9.21 (2022\-09\-21) +.SS Bug Fixes +.INDENT 0.0 +.IP \(bu 2 +Fix regression to \fBinstall \-\-skip\-lock\fP with update to \fBplette\fP\&. \fI\%#5368\fP +.UNINDENT .SS 2022.9.20 (2022\-09\-20) .SS Pipenv 2022.9.20 (2022\-09\-20) .SS Behavior Changes