From 84ebda3ce76b0e7a226ecc9c97e107703d92c343 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 7 Mar 2018 13:13:18 -0500 Subject: [PATCH] next version Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 0c3e78b1..822ba0f9 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.1.3: + - Bugfix. 11.1.2: - No longer include hashes in `lock -r`. - Enable pew execution via python -m. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 62de3dd1..c792e94b 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.1.2' +__version__ = '11.1.3'