diff --git a/HISTORY.txt b/HISTORY.txt index f1d7c8e6..9c6cb143 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.3.7: + - Bug fixes. 7.3.6: - Fix VCS dependency resolution. 7.3.5: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 4c204b0e..cfcb4dff 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.3.6' +__version__ = '7.3.7'