diff --git a/HISTORY.txt b/HISTORY.txt index b1d24780..aa2c1caa 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.8.3: + - Remove pipenv --update. 11.8.2: - Cleanup TOML. - Improve documentation. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index f41e7d41..c5a3b5aa 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.8.2' +__version__ = '11.8.3'