From 002d2f1da1f3575392542297e4bd83c0ec6089d1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 14 Sep 2017 19:59:39 -0400 Subject: [PATCH] next version! 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 a8bbce3c..7bf7690e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.1.0: + - Inline TOML tables for things like requests[security]! 7.0.6: - NO_SPIN is now automatic when CI is set. - Additionally, vendor pip (a patched version) for doing advanced dependency resolution. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 7df9c58f..360961b0 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '7.0.6' +__version__ = '7.1.0'