From 6dfcc710a86f7d8cd3fe5852ca3593c3149e6162 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 22 Sep 2017 20:24:03 -0400 Subject: [PATCH] don't depend on setuptools 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 ac8b8403..c9e54a79 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +7.6.4: + - Cleanups. + - Don't depend on setuptools anymore. 7.6.3: - Cleanups. 7.6.2: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 5e2e9e75..83b24133 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.6.3' +__version__ = '7.6.4'