diff --git a/HISTORY.txt b/HISTORY.txt index b5189e39..1e82d173 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +3.1.8: + - Bug fix. 3.1.7: - Actual Python 3 fix. 3.1.6: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index b5e4b1e5..1e5cff3e 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.1.7' \ No newline at end of file +__version__ = '3.1.8' \ No newline at end of file