diff --git a/HISTORY.txt b/HISTORY.txt index 62c70842..c4d66c6d 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.8.4: + - Flake8 checking with check --style! 7.8.3: - $ pipenv check --unused. 7.8.2: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 5ab4c1ff..ba9a0135 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.8.3' +__version__ = '7.8.4'