From e61a8a0b1d8dc640956a6a818c1902e57fc57256 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 25 Oct 2022 22:17:01 -0400 Subject: [PATCH] Release v2022.10.25 --- CHANGELOG.rst | 22 ++++++++++++++++++++++ news/5419.removal.rst | 1 - news/5420.vendor.rst | 1 - news/5431.feature.rst | 1 - pipenv/__version__.py | 2 +- pipenv/pipenv.1 | 2 +- 6 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 news/5419.removal.rst delete mode 100644 news/5420.vendor.rst delete mode 100644 news/5431.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d2429860..23f01f73 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +2022.10.25 (2022-10-25) +======================= +Pipenv 2022.10.25 (2022-10-25) +============================== + + +Features & Improvements +----------------------- + +- Add support to export requirements file for a specified set of categories. `#5431 `_ + +Vendored Libraries +------------------ + +- Remove appdirs.py in favor of platformdirs. `#5420 `_ + +Removals and Deprecations +------------------------- + +- Remove usage of vistir.cmdparse in favor of pipenv.cmdparse `#5419 `_ + + 2022.10.12 (2022-10-12) ======================= Pipenv 2022.10.12 (2022-10-12) diff --git a/news/5419.removal.rst b/news/5419.removal.rst deleted file mode 100644 index 97a67c5a..00000000 --- a/news/5419.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Remove usage of vistir.cmdparse in favor of pipenv.cmdparse diff --git a/news/5420.vendor.rst b/news/5420.vendor.rst deleted file mode 100644 index 71670b09..00000000 --- a/news/5420.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Remove appdirs.py in favor of platformdirs. diff --git a/news/5431.feature.rst b/news/5431.feature.rst deleted file mode 100644 index 627693cd..00000000 --- a/news/5431.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add support to export requirements file for a specified set of categories. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 33bf4c6f..339f0876 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.10.25.dev1" +__version__ = "2022.10.25" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 740f610f..55bbe2f5 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, 2022" "2022.10.13.dev0" "pipenv" +.TH "PIPENV" "1" "Oct 25, 2022" "2022.10.25" "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\&.