From d547a469efd7d2d159e0eec7fbc5232a14ac4196 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Sep 2017 21:01:27 -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 02e2b5d9..58216532 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.7.7: + - $ pipenv install -c . 7.7.6: - Fix a very very minor UX bug. 7.7.5: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 45c25f1c..385e060d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.7.6' +__version__ = '7.7.7'