mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2023.5.19
This commit is contained in:
@@ -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 +0,0 @@
|
||||
Upgrade ``pythonfinder==2.0.0`` which also brings in ``pydantic==1.10.7``.
|
||||
@@ -1 +0,0 @@
|
||||
Consider ``--index`` argument in ``update`` and ``upgrade`` commands.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.4.30.dev0"
|
||||
__version__ = "2023.5.19"
|
||||
|
||||
Reference in New Issue
Block a user