diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8513e3135b..bf400ad163 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,29 @@ +2022.11.23 (2022-11-23) +======================= +Pipenv 2022.11.23 (2022-11-23) +============================== + + +Features & Improvements +----------------------- + +- Find nushell activate scripts. `#5470 `_ + +Vendored Libraries +------------------ + +- * Drop unused code from cerberus + * Drop unused module wheel `#5467 `_ +- * Replace yaspin spinner with rich spinner. + * Bump vistir version to 0.7.4 `#5468 `_ +- Bump version of requirementslib to 2.2.0 + Drop yaspin which is no longer used. + Bump vistir to version 0.7.4 + Remove parse. + Remove termcolor. + Remove idna. `#5481 `_ + + 2022.11.11 (2022-11-11) ======================= Pipenv 2022.11.11 (2022-11-11) diff --git a/news/5467.vendor.rst b/news/5467.vendor.rst deleted file mode 100644 index b5fabbc292..0000000000 --- a/news/5467.vendor.rst +++ /dev/null @@ -1,2 +0,0 @@ - * Drop unused code from cerberus - * Drop unused module wheel diff --git a/news/5468.vendor.rst b/news/5468.vendor.rst deleted file mode 100644 index a55aba1cde..0000000000 --- a/news/5468.vendor.rst +++ /dev/null @@ -1,2 +0,0 @@ - * Replace yaspin spinner with rich spinner. - * Bump vistir version to 0.7.4 diff --git a/news/5470.feature.rst b/news/5470.feature.rst deleted file mode 100644 index 6b3a152ee6..0000000000 --- a/news/5470.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Find nushell activate scripts. diff --git a/news/5481.vendor.rst b/news/5481.vendor.rst deleted file mode 100644 index c299e688b9..0000000000 --- a/news/5481.vendor.rst +++ /dev/null @@ -1,6 +0,0 @@ -Bump version of requirementslib to 2.2.0 -Drop yaspin which is no longer used. -Bump vistir to version 0.7.4 -Remove parse. -Remove termcolor. -Remove idna. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 09ee79cfe9..59cc4e9555 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.11.12.dev0" +__version__ = "2022.11.23" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index c07c97a655..40fdbaebbb 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" "Nov 11, 2022" "2022.11.11" "pipenv" +.TH "PIPENV" "1" "Nov 23, 2022" "2022.11.23" "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\&.