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"