From d1a8d758a8c625a5e396dc3911703bb84ec43bcb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 8 Sep 2017 21:40:47 -0400 Subject: [PATCH] 6.2.0 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 ee2518d2..05957286 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +6.2.0: + - Removal of lock --legacy. + - Improvements to locking mechanism integrity. 6.1.6: - Fix for Windows. 6.1.5: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index ccc03aa0..cb4d46fd 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '6.1.6' +__version__ = '6.2.0'