From 9532b93fe8ce10bcbfae78b82ab2930e28c53a0b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 19 Sep 2017 12:58:26 -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 b3b768a3..70f0e27c 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.3.2: + - Vastly improved support for VCS dependencies. 7.3.1: - Advanced pyenv minor version support. - Added support for "full_python_version". diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 6b92b3a2..540df425 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.3.1' +__version__ = '7.3.2'