From 151a826d4cf7bfb8be2a5a33649fbdc2adb44300 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 22 Sep 2017 18:44:05 -0400 Subject: [PATCH] --pre Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index d5bf4f81..30d0912c 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.6.2: + - Support for install/lock --pre. 7.6.1: - Fix a nasty bug. 7.6.0: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index e9bdc633..ef77510b 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.6.1' +__version__ = '7.6.2'