diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 81c680e8ac..71643b2648 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +2022.11.30 (2022-11-30) +======================= +Pipenv 2022.11.30 (2022-11-30) +============================== + + +Bug Fixes +--------- + +- Fix regression: pipenv does not sync indexes to lockfile. `#5508 `_ + + 2022.11.25 (2022-11-24) ======================= Pipenv 2022.11.25 (2022-11-24) diff --git a/news/5508.bugfix.rst b/news/5508.bugfix.rst deleted file mode 100644 index 4599e6882c..0000000000 --- a/news/5508.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix regression: pipenv does not sync indexes to lockfile. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index dcfb8e9fa3..db7b4e3c05 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.11.24.dev0" +__version__ = "2022.11.30" diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index d20d7d57ff..b01a99a06c 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 24, 2022" "2022.11.25" "pipenv" +.TH "PIPENV" "1" "Nov 30, 2022" "2022.11.30" "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\&.