From 57e69fb92e25dea3c79d7178f90ffd4a856195af Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 27 Jan 2017 23:00:20 -0500 Subject: [PATCH] v3.2.7 --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index ff4694eb..bf5297e3 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.2.7: + - Cache proper names for great speed increases. 3.2.6: - Bug fixes. 3.2.5: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 4a3d7343..b135b9f9 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.2.6' +__version__ = '3.2.7'