diff --git a/HISTORY.txt b/HISTORY.txt index 3463ca5e..0c0b4d34 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.1.5: + - Proper name resolver! 3.1.4: - $ pip install --requirements. 3.1.3: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index fcfdc06d..681c37ee 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.1.4' \ No newline at end of file +__version__ = '3.1.5' \ No newline at end of file