From da4f264c36c643973e88e82d6597850d535a08a3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 2 Sep 2017 20:27:29 -0400 Subject: [PATCH] 5.3.3 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 35fc9a92..6d7281b5 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +5.3.3: + - Automatic notification of version updates. 5.3.2: - Automatic locking afer install/uninstall (because it's fast now!) 5.3.1: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 5b095c8a..ce41543d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '5.3.2' +__version__ = '5.3.3'