diff --git a/HISTORY.txt b/HISTORY.txt index 51a2cfbe..8a65b4e7 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.2.1: + - Ensure proper casing of all Pipfile-specified packages. 3.2.0: - Improved proper casing handling for mis-named packages. - Support for $ pipenv install django-debug-toolbar. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 573cf70b..b50da94d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.2.0' +__version__ = '3.2.1'