Skip to content

Commit

Permalink
Release 2021.11.5.post0
Browse files Browse the repository at this point in the history
Bug Fixes
---------

- Fix a regression that ``pipenv shell`` fails to start a subshell.  `#4828 <https://github.com/pypa/pipenv/issues/4828>`_
- Fix a regression that ``pip_shims`` object isn't imported correctly.  `#4829 <https://github.com/pypa/pipenv/issues/4829>`_
  • Loading branch information
frostming committed Nov 5, 2021
1 parent 73791fd commit 202acd6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2021.11.5.post0 (2021-11-05)
============================


Bug Fixes
---------

- Fix a regression that ``pipenv shell`` fails to start a subshell. `#4828 <https://github.com/pypa/pipenv/issues/4828>`_
- Fix a regression that ``pip_shims`` object isn't imported correctly. `#4829 <https://github.com/pypa/pipenv/issues/4829>`_


2021.11.5 (2021-11-05)
======================

Expand Down
1 change: 0 additions & 1 deletion news/4828.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4829.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__ = "2021.11.5"
__version__ = "2021.11.5.post0"

0 comments on commit 202acd6

Please sign in to comment.