From d7604958b9d7f48a8bd056fe6a8563827a7c7ccd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Jan 2017 22:58:17 -0500 Subject: [PATCH] oops --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 78afa812..b5189e39 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.1.7: + - Actual Python 3 fix. 3.1.6: - Python 3 fix. 3.1.5: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index e14346dd..b5e4b1e5 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.1.6' \ No newline at end of file +__version__ = '3.1.7' \ No newline at end of file