From aa2d0b87e2b22375614d6e7378dbb62839de09dc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 25 Sep 2017 11:29:29 -0400 Subject: [PATCH] next version 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 1aa9f1af..94ff55f1 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.9.5: + - More usage examples in help output. 7.9.4: - Support for editable extras. 7.9.3: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index a1be112d..aff01784 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.9.4' +__version__ = '7.9.5'