From 2cd7b35da116d197e19ae5362cf62e9c08c7a99f Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Sun, 29 Oct 2017 21:42:11 -0700 Subject: [PATCH] v8.3.1 --- HISTORY.txt | 3 +++ pipenv/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 98d8c264..0c3dc821 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +8.3.1: + - Fixed issues with calling block too many times on single subprocess. + - Updated vendored delegator.py. - Changed --dev flag for the uninstall command to --all-dev to better represent what it does. 8.3.0: - Add support for installation from remote requiments file. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 8b556e2a..5b98df22 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.3.0' +__version__ = '8.3.1'