From 5660fa72b46b76dcec58f78acc4267ab024e85c2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 28 Sep 2017 16:56:29 -0400 Subject: [PATCH] history 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 83293e9f..678bc0fb 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +8.1.9: + - Fix logging bug. 8.1.8: - Fix dependencies with markers attached. That wasn't easy. - Vendor (patch) pip-tools. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 4b540d5c..3d54ddce 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.1.8' +__version__ = '8.1.9'