From 6af2b62cb4be505db7edbc18aed00a7e49f64f33 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 18 Sep 2017 13:15:57 -0400 Subject: [PATCH] next version 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 04af738d..51078c1e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,6 @@ +7.2.7: + - Automatically convert outline TOML tables to inline tables (losing comments in the process). + - Bug fixes. 7.2.6: - Fix pip execution from within existing virtualenvs. 7.2.5: diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 4b24cfb4..daab9a77 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.2.6' +__version__ = '7.2.7'