From f70873245d01a6f4da703ec6ce008e60fd6543af Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 1 Oct 2017 06:43:16 -0400 Subject: [PATCH] history 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 24cf4a6a..ecfe0309 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +8.2.6: + - Fix for some git remotes. + - Increased the default number of max rounds for pip-tools, made it user-configurable. 8.2.5: - Fixed bad attribute call on date checks. 8.2.4: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index d0875967..93e7adf8 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.2.5' +__version__ = '8.2.6'