From f8af61649fef53b7433551d92bfe6f930d376ffe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 May 2017 11:47:39 -0400 Subject: [PATCH] v4.0.0 --- HISTORY.txt | 7 +++++-- pipenv/__version__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 2e84b1cf..441057a0 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +4.0.0: + - Make --no-hashes default, introduce --hashes. + - Fix for key error when uninstalling [dev-]packages 3.6.2: - Fix bug introduced into `pipenv install` in 3.6.1. 3.6.1: @@ -12,8 +15,8 @@ 3.5.6: - Fix broken help prompt. 3.5.5: - - Automatically cleanup virtualenv on keyboard interrupt. - - General improvements. + - Automatically cleanup virtualenv on keyboard interrupt. + - General improvements. 3.5.4: - Bug fixes. - Message formatting cleanup. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index bfff78a3..dbcc8058 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '3.6.2' +__version__ = '4.0.0'