From 473ebbf0ad520fe094afd0e41d95bfdd5a8b90ab Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 11 Mar 2018 14:30:43 -0400 Subject: [PATCH] version bump 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 8dea3969..e438379e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.5.2: + - Fix bug with markers (e.g. responses package). 11.5.1: - Restore bare 'pipenv update' functionality. 11.5.0: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 25bc6f28..9755d4cc 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.5.1' +__version__ = '11.5.2'