From d484848cd347cefcd06db644476b79cdf57499c3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 2 Feb 2017 21:23:47 -0500 Subject: [PATCH] 3.3.6 --- HISTORY.txt | 1 + pipenv/__version__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 760476af..f2688d92 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ 3.3.6: - $ pipenv --venv option. + - $ pipenv --rm option. 3.3.5: - Disable spinner by setting PIPENV_NOSPIN=1 environment variable. 3.3.4: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index f908fb73..ef9ffa26 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '3.3.5' +__version__ = '3.3.6'