diff --git a/HISTORY.txt b/HISTORY.txt index 9eebcaf0..36a953d8 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.4.3: + - Download/install things concurrently. 7.4.2: - Fix a nasty pyenv bug. 7.4.1: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 5ab2c49d..4e892187 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.4.2' +__version__ = '7.4.3'