From efe841f742fd04dbe799f59727c432b2c19b6a48 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 31 Jan 2017 17:01:54 -0500 Subject: [PATCH] v3.2.14 --- HISTORY.txt | 1 + pipenv/__version__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 600e2627..728af53e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ 3.2.14: - Give --python precedence over --three/--two. + - Improvements for lockfile output for specific problematic packages. - Bug fixes. 3.2.13: - Improved stderr output for --requirements. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 3d79c240..6910d26a 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.2.13' +__version__ = '3.2.14'