From a38dcd29730b2c7ad5e6abfc70fa50eabbc9cbee Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 26 Sep 2017 09:03:37 -0400 Subject: [PATCH] next version Signed-off-by: Kenneth Reitz --- HISTORY.txt | 3 ++- pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 0e0e0017..52f5c55d 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ -Unreleased: +8.0.2: - Fix issue with nested directories all containing Pipfiles. + - Fix issue with --py when run outside of a project. 8.0.1: - Fix weird edge case with ramuel.ordereddict. 8.0.0: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index b48b5239..b8f69d58 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.0.1' +__version__ = '8.0.2'