diff --git a/HISTORY.txt b/HISTORY.txt index 0f493d01..1581c440 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.9.3: + - Use foreground color instead of white. 7.9.2: - UX cleanup. 7.9.1: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 93f2f304..10a31534 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.9.2' +__version__ = '7.9.3'