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'