From 43bcb2138a136a3c60c79cb897d1a02efac0aa82 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Jan 2017 13:21:38 -0500 Subject: [PATCH] v3.2.13, #163 --- HISTORY.txt | 1 + pipenv/__version__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index a45616c3..dcf57888 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,4 +1,5 @@ 3.2.13: + - Improved stderr output for --requirements. - Bug fixes. 3.2.12: - Disable colors by setting PIPENV_COLORBLIND=1 environment variable. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index b831b858..3d79c240 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.2.12' +__version__ = '3.2.13'