diff --git a/HISTORY.txt b/HISTORY.txt index 42aeb4f6..eed41ffa 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.2.1: + - Bug fix. 7.2.0: - Automatically install Pythons, if they aren't available and pyenv is setup! - Fixes for when a requirements.txt file contains an !. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 73e5c243..e06be16e 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.2.0' +__version__ = '7.2.1'