From a1a1cd5bea0de54d28ebd018cb9c4f80781b91d4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 25 Sep 2017 10:38:10 -0400 Subject: [PATCH] use foreground color instead of white 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 0f493d01..1581c440 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.9.3: + - Use foreground color instead of white. 7.9.2: - UX cleanup. 7.9.1: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 93f2f304..10a31534 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.9.2' +__version__ = '7.9.3'