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'