diff --git a/HISTORY.txt b/HISTORY.txt index 0e0e0017..52f5c55d 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ -Unreleased: +8.0.2: - Fix issue with nested directories all containing Pipfiles. + - Fix issue with --py when run outside of a project. 8.0.1: - Fix weird edge case with ramuel.ordereddict. 8.0.0: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index b48b5239..b8f69d58 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.0.1' +__version__ = '8.0.2'