Skip to content

Commit

Permalink
Release v2023.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 22, 2023
1 parent 48bf4bb commit d0aca13
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2023.8.21 (2023-08-21)
======================
Pipenv 2023.8.21 (2023-08-21)
=============================


Bug Fixes
---------

- 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>`_
- Fix some edge cases around vcs dependencies without a ref, and older Pipfile/lockfile formats. `#5843 <https://github.com/pypa/pipenv/issues/5843>`_

Vendored Libraries
------------------

- Remove unused command line interface for vendored packages. `#5840 <https://github.com/pypa/pipenv/issues/5840>`_


2023.8.20 (2023-08-20)
======================
Pipenv 2023.8.20 (2023-08-20)
Expand Down
1 change: 0 additions & 1 deletion news/5840.vendor.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5841.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5843.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.8.21.dev0"
__version__ = "2023.8.21"

0 comments on commit d0aca13

Please sign in to comment.