From e381a9208fdb8a4c945dc48c34eeca6cb379f037 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Jan 2017 23:46:59 -0500 Subject: [PATCH] 3.1.8 --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index b5189e39..1e82d173 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.1.8: + - Bug fix. 3.1.7: - Actual Python 3 fix. 3.1.6: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index b5e4b1e5..1e5cff3e 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.1.7' \ No newline at end of file +__version__ = '3.1.8' \ No newline at end of file