From c52300a5ca27006bd732237e0b82900b9b16c374 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 19 Mar 2018 06:24:49 -0400 Subject: [PATCH] history / version Signed-off-by: Kenneth Reitz --- HISTORY.txt | 5 +++++ pipenv/__version__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 68380ee8..b1d24780 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,8 @@ +11.8.2: + - Cleanup TOML. + - Improve documentation. + - Pass clear flag to resolver. + - Improved private git URL handling. 11.8.1: - Removed (unused) Safety DB (licensing concerns). 11.8.0: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 81ad5a39..f41e7d41 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.8.1' +__version__ = '11.8.2'