From ce9177e87f8a23ced8ad4a0640391c57bf904900 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 11:17:14 -0400 Subject: [PATCH] next version Signed-off-by: Kenneth Reitz --- HISTORY.txt | 3 +++ pipenv/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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'