From 738c16afcab057f295665cc7d3ff4bc5ccc5bdc7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Sep 2017 11:24:36 -0400 Subject: [PATCH] fix the thing 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 42e995aa..0e4e0d47 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +8.1.3: + - Further improve patched pip, for crazy setup.py files. 8.1.2: - chdir option for project, for really stubborn people. 8.1.1: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 072c4476..5ccb49c8 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.1.2' +__version__ = '8.1.3'