From b2a68c16e6d959da86680402de585d7c6ebadd30 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 19 May 2023 18:47:59 -0400 Subject: [PATCH] Release v2023.5.19 --- CHANGELOG.rst | 17 +++++++++++++++++ news/5677.vendor.rst | 1 - news/5692.bugfix.rst | 1 - pipenv/__version__.py | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) delete mode 100644 news/5677.vendor.rst delete mode 100644 news/5692.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a0aef1691d..51ea78cf94 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,20 @@ +2023.5.19 (2023-05-19) +====================== +Pipenv 2023.5.19 (2023-05-19) +============================= + + +Bug Fixes +--------- + +- Consider ``--index`` argument in ``update`` and ``upgrade`` commands. `#5692 `_ + +Vendored Libraries +------------------ + +- Upgrade ``pythonfinder==2.0.0`` which also brings in ``pydantic==1.10.7``. `#5677 `_ + + 2023.4.29 (2023-04-29) ====================== Pipenv 2023.4.29 (2023-04-29) diff --git a/news/5677.vendor.rst b/news/5677.vendor.rst deleted file mode 100644 index f52c6363dd..0000000000 --- a/news/5677.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade ``pythonfinder==2.0.0`` which also brings in ``pydantic==1.10.7``. diff --git a/news/5692.bugfix.rst b/news/5692.bugfix.rst deleted file mode 100644 index 2ec3a11a91..0000000000 --- a/news/5692.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Consider ``--index`` argument in ``update`` and ``upgrade`` commands. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 2b54ba3d0d..e974555aeb 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2023.4.30.dev0" +__version__ = "2023.5.19"