From 2bba03f973cb34506abe2c2289e9af58448bbf0a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 19 Mar 2018 06:47:32 -0400 Subject: [PATCH] pipenv --update 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 b1d24780..aa2c1caa 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.8.3: + - Remove pipenv --update. 11.8.2: - Cleanup TOML. - Improve documentation. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index f41e7d41..c5a3b5aa 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.8.2' +__version__ = '11.8.3'