From fe358e2da794096b29b5b4351ecd1ec9249f546c Mon Sep 17 00:00:00 2001 From: degrand Date: Sat, 1 Apr 2017 09:51:38 -0600 Subject: [PATCH] v3.5.6 --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'