Release 2021.11.5.post0

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>`_
This commit is contained in:
Frost Ming
2021-11-05 23:38:47 +08:00
parent 73791fddcf
commit 202acd64c0
4 changed files with 12 additions and 3 deletions
+11
View File
@@ -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)
======================
-1
View File
@@ -1 +0,0 @@
Fix a regression that ``pipenv shell`` fails to start a subshell.
-1
View File
@@ -1 +0,0 @@
Fix a regression that ``pip_shims`` object isn't imported correctly.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2021.11.5"
__version__ = "2021.11.5.post0"