From 824206664d3711038e2bb98ec54a0908250c8d55 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 16 Sep 2017 14:53:40 -0400 Subject: [PATCH] version 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 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'