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'