diff --git a/HISTORY.txt b/HISTORY.txt index 600e2627..728af53e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ 3.2.14: - Give --python precedence over --three/--two. + - Improvements for lockfile output for specific problematic packages. - Bug fixes. 3.2.13: - Improved stderr output for --requirements. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 3d79c240..6910d26a 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -1 +1 @@ -__version__ = '3.2.13' +__version__ = '3.2.14'