mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
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:
@@ -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 +0,0 @@
|
||||
Fix a regression that ``pipenv shell`` fails to start a subshell.
|
||||
@@ -1 +0,0 @@
|
||||
Fix a regression that ``pip_shims`` object isn't imported correctly.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2021.11.5"
|
||||
__version__ = "2021.11.5.post0"
|
||||
|
||||
Reference in New Issue
Block a user