diff --git a/HISTORY.txt b/HISTORY.txt index 98d8c264..0c3dc821 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +8.3.1: + - Fixed issues with calling block too many times on single subprocess. + - Updated vendored delegator.py. - Changed --dev flag for the uninstall command to --all-dev to better represent what it does. 8.3.0: - Add support for installation from remote requiments file. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 8b556e2a..5b98df22 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.3.0' +__version__ = '8.3.1'