Release v2023.5.19

This commit is contained in:
Matt Davis
2023-05-19 18:47:59 -04:00
parent b615a39b6e
commit b2a68c16e6
4 changed files with 18 additions and 3 deletions
+17
View File
@@ -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 <https://github.com/pypa/pipenv/issues/5692>`_
Vendored Libraries
------------------
- Upgrade ``pythonfinder==2.0.0`` which also brings in ``pydantic==1.10.7``. `#5677 <https://github.com/pypa/pipenv/issues/5677>`_
2023.4.29 (2023-04-29)
======================
Pipenv 2023.4.29 (2023-04-29)
-1
View File
@@ -1 +0,0 @@
Upgrade ``pythonfinder==2.0.0`` which also brings in ``pydantic==1.10.7``.
-1
View File
@@ -1 +0,0 @@
Consider ``--index`` argument in ``update`` and ``upgrade`` commands.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.4.30.dev0"
__version__ = "2023.5.19"