diff --git a/HISTORY.txt b/HISTORY.txt index 1581c440..1aa9f1af 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.9.4: + - Support for editable extras. 7.9.3: - Use foreground color instead of white. 7.9.2: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 10a31534..a1be112d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.9.3' +__version__ = '7.9.4'