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 457bd52 commit 96fe0e6Copy full SHA for 96fe0e6
CHANGELOG.rst
@@ -1,3 +1,15 @@
1
+2023.8.20 (2023-08-20)
2
+======================
3
+Pipenv 2023.8.20 (2023-08-20)
4
+=============================
5
+
6
7
+Bug Fixes
8
+---------
9
10
+- Fix the expected output of the ``version`` command. `#5838 <https://github.com/pypa/pipenv/issues/5838>`_
11
12
13
2023.8.19 (2023-08-19)
14
======================
15
Pipenv 2023.8.19 (2023-08-19)
news/5838.bugfix.rst
pipenv/__version__.py
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
-__version__ = "2023.8.20.dev0"
+__version__ = "2023.8.20"
0 commit comments