diff --git a/HISTORY.txt b/HISTORY.txt index 7c7bd97d..42aeb4f6 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,4 +1,5 @@ -7.1.2: +7.2.0: + - Automatically install Pythons, if they aren't available and pyenv is setup! - Fixes for when a requirements.txt file contains an !. - Support for relative package paths (that wasn't easy either). - Bug fixes. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 6ae04d65..73e5c243 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.1.2' +__version__ = '7.2.0'