From 864b10ff65a7f63ffe0eb9df69ccd09834099eca Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 19 Sep 2017 20:53:30 -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 f1d7c8e6..9c6cb143 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.3.7: + - Bug fixes. 7.3.6: - Fix VCS dependency resolution. 7.3.5: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 4c204b0e..cfcb4dff 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.3.6' +__version__ = '7.3.7'