From e6256ccd503fb38fd7fada5c189e55b3e765a38f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Sep 2017 10:48: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 46257ffc..95de69be 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ + +8.0.9: + - Bug when -r is passed in a subdirectory. 8.0.8: - Add verbose mode to Pip. 8.0.7: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 75e1d578..fe49edfb 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.0.8' +__version__ = '8.0.9'