diff --git a/HISTORY.txt b/HISTORY.txt index 135be12e..258ed9b2 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.2.4: + - Don't uninstall setuptools, wheel, pip, or six. 3.2.3: - $ pip uninstall --dev - Minor refactoring. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 32206102..cca48bd0 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.2.3' +__version__ = '3.2.4'