From 8f47f9054892e59acaa73c0be0792ada185638f7 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 11 Nov 2022 11:19:13 -0500 Subject: [PATCH] Release v2022.11.11 --- CHANGELOG.rst | 12 ++++++++++++ news/5456.bugfix.rst | 1 - pipenv/__version__.py | 2 +- pipenv/pipenv.1 | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) delete mode 100644 news/5456.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c007b39c8..8513e3135b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +2022.11.11 (2022-11-11) +======================= +Pipenv 2022.11.11 (2022-11-11) +============================== + + +Bug Fixes +--------- + +- Fix regression of lock generation that caused the keep-outdated behavior to be default. `#5456 `_ + + 2022.11.5 (2022-11-05) ====================== Pipenv 2022.11.5 (2022-11-05) diff --git a/news/5456.bugfix.rst b/news/5456.bugfix.rst deleted file mode 100644 index f9bf79dd42..0000000000 --- a/news/5456.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix regression of lock generation that caused the keep-outdated behavior to be default. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 8747ce2ab8..37b9a1a82f 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.11.6.dev0" +__version__ = "2022.11.11" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 5c1aa65533..c07c97a655 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 05, 2022" "2022.11.5" "pipenv" +.TH "PIPENV" "1" "Nov 11, 2022" "2022.11.11" "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\&.