From 25f60d328bc356c771738b38c604aa7399092ed5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Jan 2017 21:31:16 -0500 Subject: [PATCH] v3.1.2 --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index f69314af..6df089cf 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.1.2: + - Python 3 fix. 3.1.1: - Improved pip output (integrate with tool better). - Pass exit code of $ pipenv run commands. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index a6a33588..c5930127 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.1.1' \ No newline at end of file +__version__ = '3.1.2' \ No newline at end of file