From c6c42ac6066767b3248d2e3a828053497bbdaec6 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Wed, 5 Jul 2017 10:19:19 -0600 Subject: [PATCH] v5.1.2 --- HISTORY.txt | 1 + pipenv/__version__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 9bc2071b..ab0403f1 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,7 @@ 5.1.2: - Add missing cacerts.pem file to MANIFEST.in - Improve error message when running `pipenv shell` multiple times. + - Fixed translation for editable installs from requirements.txt to Pipfile. 5.1.1: - Bug fix 5.1.0: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 50e1a4ed..c0631395 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '5.1.1' +__version__ = '5.1.2'