From 6779fb259673967c3dbf67eded23bf7f6303a8c3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 14 Sep 2017 12:20:32 -0400 Subject: [PATCH] next version Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 +- pipenv/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 2eec8650..23b40ad1 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,9 +1,9 @@ 7.0.2: + - Tell pip we're using the requied Python version, with trickery, for dependency resolution. - Dev dependencies are now read from a lockfile before default dependencies, so any mismatches will prefer default to develop. - Add support for extras_require in Pipfile for vcs urls. - Warn if 'which' is not found on the system. - - Tell pip we're using the requied Python version, with trickery, for dependency resolution. - Warn if Pew or Virtualenv isn't in the PATH. - More consistent stderr output. 7.0.1: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 9efcda91..8e36e732 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.0.1' +__version__ = '7.0.2'