diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc2c577c4f..8c25784193 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ +- Fix a regression that ``pip_shims`` object isn't imported correctly. `#4829 `_ + + 2021.11.5 (2021-11-05) ====================== diff --git a/news/4828.bugfix.rst b/news/4828.bugfix.rst deleted file mode 100644 index ce5559a2d6..0000000000 --- a/news/4828.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix a regression that ``pipenv shell`` fails to start a subshell. diff --git a/news/4829.bugfix.rst b/news/4829.bugfix.rst deleted file mode 100644 index 417f25d6c1..0000000000 --- a/news/4829.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix a regression that ``pip_shims`` object isn't imported correctly. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 04cbd2becf..75dfcac246 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2021.11.5" +__version__ = "2021.11.5.post0"