From 5da4af3bf240aea59b0be44bdd3623f1142bcfa7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 28 Sep 2017 19:37:28 -0400 Subject: [PATCH] made things nicer 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 678bc0fb..926382cb 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +8.2.0: + - Made things nicer. 8.1.9: - Fix logging bug. 8.1.8: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 3d54ddce..7d331a4f 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.1.9' +__version__ = '8.2.0'