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'