From 8c171e943ebbde16a8cc009c002689f2368c0ce3 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Tue, 8 May 2018 16:57:37 -0400 Subject: [PATCH] Version bump for bugfix release Signed-off-by: Dan Ryan --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 43e9280f..7382a8e4 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.10.4: + - Bugfix release (_mkstmp_inner backport breaks python3.4/3.5 compat) 11.10.3: - Bugfix release (break dependency on pathlib2). 11.10.2: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 1a58249a..ca48c4bd 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.10.3' +__version__ = '11.10.4'