diff --git a/HISTORY.txt b/HISTORY.txt index 231412d2..3146ee2d 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.9.8: + - Fix argument parsing. 7.9.7: - Fix help printout screen (and update it). - Use urllib3's warning supression directly. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index e12974d5..14772394 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.9.7' +__version__ = '7.9.8'