From 78c19eb1c4c445ad613e75f0f299ddcff2bf44e5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 22 Sep 2017 14:57:22 -0400 Subject: [PATCH] next version 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 777dd666..d8f1cc3e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.5.2: + - Better verbose mode for install. 7.5.1: - Skip the resolver for pinned versions (this comes up a lot). - Maximum subprocesses (configurable) is now 8. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 8a6efea7..51bd9fa3 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.5.1' +__version__ = '7.5.2'