From d00307cb8b82d08e5f95ae66c4e20e2b3125c901 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 24 Nov 2022 17:15:35 -0500 Subject: [PATCH] add news fragment. --- news/5493.bugfix.rst | 1 + pipenv/__version__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 news/5493.bugfix.rst diff --git a/news/5493.bugfix.rst b/news/5493.bugfix.rst new file mode 100644 index 00000000..ccfa8f8e --- /dev/null +++ b/news/5493.bugfix.rst @@ -0,0 +1 @@ +Solving issue where ``pipenv check`` command has been broken in the published wheel distribution. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index c5d8d6eb..60a51d82 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.11.24.dev1" +__version__ = "2022.11.24"