diff --git a/HISTORY.txt b/HISTORY.txt index 79e15f0e..ff801651 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.5.6: + - Fix broken help prompt. 3.5.5: - Automatically cleanup virtualenv on keyboard interrupt. - General improvements. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 9320f15f..bcd4b800 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '3.5.5' +__version__ = '3.5.6'