From 25e1979652b511c3cb139b0a5f554ced484cffda Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Jan 2017 20:08:17 -0500 Subject: [PATCH] v3.1.0 --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index e1697c14..26304fe3 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.1.0: + - Check hashes upon installation! 3.0.1: - Oops, version jump. - Fix for $ pip uninstall --lock. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 9b31f92c..18df594f 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.0.1' \ No newline at end of file +__version__ = '3.1.0' \ No newline at end of file