From 030020bbaeacec03b0f102a1ec5ebd036cd28565 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 24 Sep 2017 12:38:27 -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 04d09e7f..1b08baa7 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.8.3: + - $ pipenv update --unused. 7.8.2: - Fallback to toml parser for absurdly large files. 7.8.1: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index a60ce04d..5ab4c1ff 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.8.2' +__version__ = '7.8.3'