diff --git a/HISTORY.txt b/HISTORY.txt index eed41ffa..4f944f08 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +7.2.2: + - Improvements to pyenv detection. + - Refactorings, and general improvements 7.2.1: - Bug fix. 7.2.0: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index e06be16e..2b2cee49 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.2.1' +__version__ = '7.2.2'