From 0b2e26eb1634ffaf2e52ca1abf587e61216d6de2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 20 Sep 2017 14:49:17 -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 361bbcf9..ea618b02 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +7.4.0: + - `pipenv --where` fix. + - Other general improvements. 7.3.9: - Packaging fix. 7.3.8: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 39ccad2f..ce85fa2d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.3.9' +__version__ = '7.4.0'