We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc277a1 commit 21b7414Copy full SHA for 21b7414
CHANGELOG.rst
@@ -1,3 +1,15 @@
1
+2023.6.11 (2023-06-11)
2
+======================
3
+Pipenv 2023.6.11 (2023-06-11)
4
+=============================
5
+
6
7
+Vendored Libraries
8
+------------------
9
10
+- Upgrades to ``pipdeptree==2.8.0`` which fixes edge cases of the ``pipenv graph`` command. `#5720 <https://github.com/pypa/pipenv/issues/5720>`_
11
12
13
2023.6.2 (2023-06-02)
14
=====================
15
Pipenv 2023.6.2 (2023-06-02)
news/5720.vendor.rst
pipenv/__version__.py
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
-__version__ = "2023.6.3.dev0"
+__version__ = "2023.6.11"
0 commit comments