diff --git a/HISTORY.txt b/HISTORY.txt index 4f944f08..f0283e9b 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.2.3: + - Courtesy notice when running in a virtualenv. 7.2.2: - Improvements to pyenv detection. - Refactorings, and general improvements diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 2b2cee49..3968dcae 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.2.2' +__version__ = '7.2.3'