diff --git a/HISTORY.txt b/HISTORY.txt index a54abc03..4520aff2 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,7 @@ 3.4.2 - Attempt installing from all sources in Pipfile. - Fix bug with accidental deletion of Pipfile contents. + - Update dependencies to work correctly with pipsi. 3.4.1 - --no-interactive mode now activates automatically when needed. 3.4.0 diff --git a/pipenv/__version__.py b/pipenv/__version__.py index d1166fdd..6ec40a11 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '3.4.1' +__version__ = '3.4.2'