From 7bc12384d2dddcbe7363e890606cede070a087c1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 27 Jan 2017 22:48:27 -0500 Subject: [PATCH] v3.2.6 --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index a2106db9..ff4694eb 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.2.6: + - Bug fixes. 3.2.5: - Significant speed improvements for pipenv run and pipenv shell. - Shell completion via click-completion. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 0223f2dc..4a3d7343 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.2.5' +__version__ = '3.2.6'