diff --git a/HISTORY.txt b/HISTORY.txt index c2cebe40..8e7cd3c7 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,7 @@ +7.0.2: + - 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 7.0.1: - [requires] python_version is now set for new projects, automatically if a version of Python was specified. 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'