From 5093bfa5823edea3ca7c60547c0a9d36cd72ad7a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 24 Sep 2017 23:00:53 -0400 Subject: [PATCH] cleanup 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 2a1e3f20..0f493d01 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.9.2: + - UX cleanup. 7.9.1: - Bug fix with indexes. 7.9.0: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 86350a6b..93f2f304 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.9.1' +__version__ = '7.9.2'