diff --git a/HISTORY.txt b/HISTORY.txt index 68380ee8..b1d24780 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,8 @@ +11.8.2: + - Cleanup TOML. + - Improve documentation. + - Pass clear flag to resolver. + - Improved private git URL handling. 11.8.1: - Removed (unused) Safety DB (licensing concerns). 11.8.0: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 81ad5a39..f41e7d41 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.8.1' +__version__ = '11.8.2'