From e672a8021bb4ddbb01bdf95c770fa9421358f952 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 12 Mar 2018 17:28:50 -0400 Subject: [PATCH] notes --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index a33f978d..5f5dc8f8 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.6.1: + - Remove concurrent.futures, as it's not being used any longer, and is problematic. 11.6.0: - Vendor all of pip9, in preparation for the release of pip10. 11.5.3: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index b46c7c56..e2d2972c 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.6.0' +__version__ = '11.6.1'