From 04ee9b247393fcccd37d925e4f78e42fd1c7d62f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 16:28:43 -0400 Subject: [PATCH] courtesey notice Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'