diff --git a/HISTORY.txt b/HISTORY.txt index 6fb131bc..c2999feb 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.5.1: + - Skip the resolver for pinned versions (this comes up a lot). 7.5.0: - Deprecate shell -c mode. - Make a new shell --fancy mode (old default mode). diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 0675d82e..8a6efea7 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.5.0' +__version__ = '7.5.1'