From 2419ee01a1b99e5159d78ddc73f5c8b045f64a13 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 10 Mar 2018 08:43:02 -0500 Subject: [PATCH] fix shell --fancy Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index a4ad0216..deda9c11 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.3.1: + - Fix shell --fancy. 11.3.0: - Default to using the Python Pipenv was installed with for new virtualenvs. - Report Python version of specified interpreter when creating virtualenv. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index f0ca3ed7..f37d9b36 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.3.0' +__version__ = '11.3.1'