From b737465ae1446fc4795bb8001256629dc3e2245c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Jan 2017 22:49:24 -0500 Subject: [PATCH] v3.1.5 --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 3463ca5e..0c0b4d34 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.1.5: + - Proper name resolver! 3.1.4: - $ pip install --requirements. 3.1.3: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index fcfdc06d..681c37ee 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.1.4' \ No newline at end of file +__version__ = '3.1.5' \ No newline at end of file