diff --git a/HISTORY.txt b/HISTORY.txt index 678bc0fb..926382cb 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +8.2.0: + - Made things nicer. 8.1.9: - Fix logging bug. 8.1.8: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 3d54ddce..7d331a4f 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.1.9' +__version__ = '8.2.0'