diff --git a/HISTORY.txt b/HISTORY.txt index 1daf106a..b3303db5 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.8.1: + - Catch all exceptions in pipreqs. 7.8.0: - Packaging fix. 7.7.9: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index aa2ce6bc..a1daa255 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.8.0' +__version__ = '7.8.1'