From 82e984b8079f140dfe70edeb7688fb28ad28c4f3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 9 Mar 2018 16:08:58 -0500 Subject: [PATCH] history 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 20320011..ce00500d 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.2.0: + - Reduce the number of "bad packages", internally (e.g. don't exclude `six` anymore). 11.1.11: - Help improvements. 11.1.10: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 5fb55a12..dcc60dc5 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.1.11' +__version__ = '11.2.0'