From 7ff36d9c0df082b507c9882ecc7dbaa3c17174c3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 29 Sep 2017 08:10:34 -0400 Subject: [PATCH] next version Signed-off-by: Kenneth Reitz --- HISTORY.txt | 3 +++ pipenv/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 926382cb..ac1193c6 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +8.2.1: + - Enhanced pip resolver — hopefully that won't blow up in our faces. + - Fixed file links. 8.2.0: - Made things nicer. 8.1.9: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 7d331a4f..38068920 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.2.0' +__version__ = '8.2.1'