diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba9d2967..8daa1130 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +2022.12.19 (2022-12-19) +======================= +Pipenv 2022.12.19 (2022-12-19) +============================== + + +Bug Fixes +--------- + +- Fix for ``requirementslib`` hanging during install of remote wheels files. `#5546 `_ + + 2022.12.17 (2022-12-17) ======================= Pipenv 2022.12.17 (2022-12-17) diff --git a/news/5546.bugfix.rst b/news/5546.bugfix.rst deleted file mode 100644 index 69af727c..00000000 --- a/news/5546.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix for ``requirementslib`` hanging during install of remote wheels files. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 33e21700..9ba0dbb1 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.12.18.dev0" +__version__ = "2022.12.19" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 26eabddf..17611d57 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" "Dec 17, 2022" "2022.12.17" "pipenv" +.TH "PIPENV" "1" "Dec 19, 2022" "2022.12.19" "pipenv" .sp Pipenv uses a set of commands to manage your Project\(aqs dependencies and custom scripts. It replaces the use of \fBMakefile\fP, direct calls to \fBpip\fP and \fBpython \-m venv\fP or \fBvirtualenv\fP\&.