diff --git a/HISTORY.txt b/HISTORY.txt index 361bbcf9..ea618b02 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +7.4.0: + - `pipenv --where` fix. + - Other general improvements. 7.3.9: - Packaging fix. 7.3.8: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 39ccad2f..ce85fa2d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.3.9' +__version__ = '7.4.0'