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