diff --git a/CHANGELOG.md b/CHANGELOG.md index 766a204dd9..87b392eac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +2023.10.20 (2023-10-20) +======================= +Pipenv 2023.10.20 (2023-10-20) +============================== + + +Features & Improvements +----------------------- + +- Add quiet option to pipenv shell, hiding "Launching subshell in virtual environment..." `#5966 `_ +- Vendor in pip==23.3 which includes updates to certifi, urllib3, and adds truststore among other improvements. `#5979 `_ + +Behavior Changes +---------------- + +- Change ``--py`` to use ``print`` preventing insertion of newline characters `#5969 `_ + +Vendored Libraries +------------------ + +- Drop pep517 - as it is no longer used. `#5970 `_ + +Removals and Deprecations +------------------------- + +- Drop support for Python 3.7 `#5879 `_ + + 2023.10.3 (2023-10-03) ====================== diff --git a/news/5879.removal.rst b/news/5879.removal.rst deleted file mode 100644 index f325c6702b..0000000000 --- a/news/5879.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Drop support for Python 3.7 diff --git a/news/5966.feature.rst b/news/5966.feature.rst deleted file mode 100644 index e1d92c2740..0000000000 --- a/news/5966.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add quiet option to pipenv shell, hiding "Launching subshell in virtual environment..." diff --git a/news/5969.behavior.rst b/news/5969.behavior.rst deleted file mode 100644 index b2aa7dade4..0000000000 --- a/news/5969.behavior.rst +++ /dev/null @@ -1 +0,0 @@ -Change ``--py`` to use ``print`` preventing insertion of newline characters diff --git a/news/5970.vendor.rst b/news/5970.vendor.rst deleted file mode 100644 index 2556aac8cb..0000000000 --- a/news/5970.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Drop pep517 - as it is no longer used. diff --git a/news/5979.feature.rst b/news/5979.feature.rst deleted file mode 100644 index 5743c392f7..0000000000 --- a/news/5979.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Vendor in pip==23.3 which includes updates to certifi, urllib3, and adds truststore among other improvements. diff --git a/news/5983.trivial.rst b/news/5983.trivial.rst deleted file mode 100644 index e033fe2afb..0000000000 --- a/news/5983.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Update Ruff linter in CI to remove deperecated option "--format" diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 82a0268d35..3d0e5a8333 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2023.10.4.dev0" +__version__ = "2023.10.20" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 9863deb8eb..66cea4faef 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 03, 2023" "2023.10.3" "pipenv" +.TH "PIPENV" "1" "Oct 20, 2023" "2023.10.20" "pipenv" .sp \fBNOTE:\fP .INDENT 0.0