diff --git a/CHANGELOG.md b/CHANGELOG.md index a22e127bc5..1c6d459fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +2023.11.14 (2023-11-14) +======================= +Pipenv 2023.11.14 (2023-11-14) +============================== + + +Behavior Changes +---------------- + +- pipenv now ignores existing venv dir when ``PIPENV_VENV_IN_PROJECT`` is false. `#6009 `_ + +Bug Fixes +--------- + +- Assume the vcs and direct URL installs need to be reinstalled. `#5936 `_ +- Pass through pipfile index urls when creating https session so that keyring fully works `#5994 `_ +- Fix Using dependencies from a URL fails on Windows. `#6011 `_ + + 2023.10.24 (2023-10-24) ======================= Pipenv 2023.10.24 (2023-10-24) diff --git a/news/5936.bugfix.rst b/news/5936.bugfix.rst deleted file mode 100644 index 443058c387..0000000000 --- a/news/5936.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Assume the vcs and direct URL installs need to be reinstalled. diff --git a/news/5994.bugfix.rst b/news/5994.bugfix.rst deleted file mode 100644 index 2203dfff98..0000000000 --- a/news/5994.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Pass through pipfile index urls when creating https session so that keyring fully works diff --git a/news/6009.behavior.rst b/news/6009.behavior.rst deleted file mode 100644 index 031de869da..0000000000 --- a/news/6009.behavior.rst +++ /dev/null @@ -1 +0,0 @@ -pipenv now ignores existing venv dir when ``PIPENV_VENV_IN_PROJECT`` is false. diff --git a/news/6011.bugfix.rst b/news/6011.bugfix.rst deleted file mode 100644 index 8723f1db42..0000000000 --- a/news/6011.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix Using dependencies from a URL fails on Windows. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 2addd242f2..3054fd9c61 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2023.10.25.dev0" +__version__ = "2023.11.14" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index bcc9b7318c..e53dd5e094 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" "Oct 24, 2023" "2023.10.24" "pipenv" +.TH "PIPENV" "1" "Nov 14, 2023" "2023.11.14" "pipenv" .sp \fBNOTE:\fP .INDENT 0.0