diff --git a/HISTORY.txt b/HISTORY.txt index 775c0e10..51a2cfbe 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,8 @@ +3.2.0: + - Improved proper casing handling for mis-named packages. + - Support for $ pipenv install django-debug-toolbar. + - Minor cleanups. + - Fix for Python 3. 3.1.9: - Bug fix. 3.1.8: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 5341ea56..573cf70b 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.1.9' +__version__ = '3.2.0'