From 16c4f488da648168bfa391fbe0ec3af17e313703 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 24 Sep 2017 15:26:54 -0400 Subject: [PATCH] 7.8.4 Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'