From 70851022f76ff4bb0ae4711a5375cd444e7d1baa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 24 Sep 2017 20:06:37 -0400 Subject: [PATCH] next version Signed-off-by: Kenneth Reitz --- HISTORY.txt | 4 +++- pipenv/__version__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index ee7ad2da..5d7f6165 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,8 @@ -7.8.8: +7.8.7: - Make resolver use client python for setup.py egg_info (very fancy). - Fix a nasty windows bug. + - add --completion. + - add --man. 7.8.6: - Don't import code automatically, only use -c .. 7.8.5: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 846ce8c5..0f1ce34f 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.8.6' +__version__ = '7.8.7'