diff --git a/HISTORY.txt b/HISTORY.txt index ff4694eb..bf5297e3 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.2.7: + - Cache proper names for great speed increases. 3.2.6: - Bug fixes. 3.2.5: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 4a3d7343..b135b9f9 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.2.6' +__version__ = '3.2.7'