diff --git a/HISTORY.txt b/HISTORY.txt index 46257ffc..95de69be 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ + +8.0.9: + - Bug when -r is passed in a subdirectory. 8.0.8: - Add verbose mode to Pip. 8.0.7: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 75e1d578..fe49edfb 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.0.8' +__version__ = '8.0.9'