From 2e74e9558ba2dbbcee95dcb9c9b4c72d66a2a31b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 18 Sep 2017 14:08:56 -0400 Subject: [PATCH] next 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 51078c1e..614c94ea 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.2.8: + - Vast improvements to python finding abilities (multiple pythons with the same name are now detected). 7.2.7: - Automatically convert outline TOML tables to inline tables (losing comments in the process). - Bug fixes. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index daab9a77..08bd4316 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.2.7' +__version__ = '7.2.8'