diff --git a/HISTORY.txt b/HISTORY.txt index a4ad0216..deda9c11 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.3.1: + - Fix shell --fancy. 11.3.0: - Default to using the Python Pipenv was installed with for new virtualenvs. - Report Python version of specified interpreter when creating virtualenv. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index f0ca3ed7..f37d9b36 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.3.0' +__version__ = '11.3.1'