From 9fac1e797805f8f88fdda9e9e89fafdd7f02ebc0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 12 Sep 2017 22:31:07 -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 9813630f..573344b3 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +6.2.8: + - Bug fix. 6.2.7: - pip run --system is now default. 6.2.6: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 54a747c2..42225181 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '6.2.7' +__version__ = '6.2.8'