Skip to content

Commit b2a68c1

Browse files
committed
Release v2023.5.19
1 parent b615a39 commit b2a68c1

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2023.5.19 (2023-05-19)
2+
======================
3+
Pipenv 2023.5.19 (2023-05-19)
4+
=============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Consider ``--index`` argument in ``update`` and ``upgrade`` commands. `#5692 <https://github.com/pypa/pipenv/issues/5692>`_
11+
12+
Vendored Libraries
13+
------------------
14+
15+
- Upgrade ``pythonfinder==2.0.0`` which also brings in ``pydantic==1.10.7``. `#5677 <https://github.com/pypa/pipenv/issues/5677>`_
16+
17+
118
2023.4.29 (2023-04-29)
219
======================
320
Pipenv 2023.4.29 (2023-04-29)

news/5677.vendor.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5692.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# // ) ) / / // ) ) //___) ) // ) ) || / /
33
# //___/ / / / //___/ / // // / / || / /
44
# // / / // ((____ // / / ||/ /
5-
__version__ = "2023.4.30.dev0"
5+
__version__ = "2023.5.19"

0 commit comments

Comments
 (0)