From e7971865b2041a18618c64be989dbafecd107d60 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 13 Mar 2018 20:08:45 -0400 Subject: [PATCH] next version --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 21fa8708..cf0a4753 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.7.0: + - Improvements to lockfile generation with private indexes. 11.6.9: - Bugfixes. 11.6.8: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index a1ef5f9f..da0ce6fb 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.6.9' +__version__ = '11.7.0'