From 06f6f0c3c19d5c6a5dc68c522f19918eab7275ff Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 11 Sep 2017 23:14:25 -0400 Subject: [PATCH] next version Signed-off-by: Kenneth Reitz --- HISTORY.txt | 3 +++ pipenv/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 7a035700..51160a40 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +6.2.4: + - UX Improvements. + - Install un-installable dependencies, anyway. 6.2.3: - Bug fixes and improvements. - Add refs to lockfile for VCS dependencies. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index a1a29b65..470176c4 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '6.2.3' +__version__ = '6.2.4'