From aa9446ea21e72d69b86eb8954a02e28c1acfb86e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 19 Sep 2017 15:03:13 -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 70f0e27c..548bfd88 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.3.3: + - Pipenv check now includes security vulnerability disclosures! 7.3.2: - Vastly improved support for VCS dependencies. 7.3.1: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 540df425..83f5f205 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.3.2' +__version__ = '7.3.3'