From cfa7bd435de6f5c7545d15d6de91a3201264c593 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 25 Sep 2017 13:02:16 -0400 Subject: [PATCH] did you mean? 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 94ff55f1..50b77556 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.9.6: + - Did you mean? 7.9.5: - More usage examples in help output. 7.9.4: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index aff01784..25fc2871 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.9.5' +__version__ = '7.9.6'