From ed209806dcacd02e84d146565ec177cd66bc0d76 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Wed, 14 Jun 2017 13:24:31 -0600 Subject: [PATCH] v5.1.1 --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 5342b8df..564d2424 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +5.1.1: + - Bug fix 5.1.0: - Add PIPENV_TIMEOUT environment variable for custom timeouts. - Remove PIPENV_DEFAULT_THREE. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 845ce49d..50e1a4ed 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '5.1.0' +__version__ = '5.1.1'