Skip to content

Commit d0aca13

Browse files
committed
Release v2023.8.21
1 parent 48bf4bb commit d0aca13

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2023.8.21 (2023-08-21)
2+
======================
3+
Pipenv 2023.8.21 (2023-08-21)
4+
=============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Add back some relevant caching to increase performance after the major refactor released with ``2023.8.19`` `#5841 <https://github.com/pypa/pipenv/issues/5841>`_
11+
- Fix some edge cases around vcs dependencies without a ref, and older Pipfile/lockfile formats. `#5843 <https://github.com/pypa/pipenv/issues/5843>`_
12+
13+
Vendored Libraries
14+
------------------
15+
16+
- Remove unused command line interface for vendored packages. `#5840 <https://github.com/pypa/pipenv/issues/5840>`_
17+
18+
119
2023.8.20 (2023-08-20)
220
======================
321
Pipenv 2023.8.20 (2023-08-20)

news/5840.vendor.rst

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

news/5841.bugfix.rst

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

news/5843.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.21.dev0"
5+
__version__ = "2023.8.21"

0 commit comments

Comments
 (0)