diff --git a/HISTORY.txt b/HISTORY.txt index 6a492227..6b3910b9 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.7.4: + - Don't use JSON results — problematic. 11.7.3: - Increase compatibility with strange Python installations (concurrency.futures). 11.7.2: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index a25035d5..78224cc1 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.7.3' +__version__ = '11.7.4'