Skip to content

Commit 96fe0e6

Browse files
committed
Release v2023.8.20
1 parent 457bd52 commit 96fe0e6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
2023.8.19 (2023-08-19)
214
======================
315
Pipenv 2023.8.19 (2023-08-19)

news/5838.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.8.20.dev0"
5+
__version__ = "2023.8.20"

0 commit comments

Comments
 (0)