From d28fee150c93c858916e743321c0c55d70643263 Mon Sep 17 00:00:00 2001 From: Andrew Seier Date: Thu, 26 Feb 2015 15:42:26 -0800 Subject: [PATCH 1/2] =?UTF-8?q?[]=20=E2=80=94>=20list=20for=20type=20check?= =?UTF-8?q?ing,=20it=20was=20an=20error.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plotly/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/session.py b/plotly/session.py index f9095a3ea4d..1a76b58ccfb 100644 --- a/plotly/session.py +++ b/plotly/session.py @@ -19,7 +19,7 @@ CREDENTIALS_KEYS = { 'username': six.string_types, 'api_key': six.string_types, - 'stream_ids': [] + 'stream_ids': list } CONFIG_KEYS = { From 21170142e31b1289f699e66473c4dd316db7971a Mon Sep 17 00:00:00 2001 From: Andrew Seier Date: Thu, 26 Feb 2015 15:42:57 -0800 Subject: [PATCH 2/2] =?UTF-8?q?version=20bump=20=E2=80=94>=201.6.9=20(sess?= =?UTF-8?q?ion=20module=20and=20fixes)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plotly/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/version.py b/plotly/version.py index 18b404d11f2..4c2dc20a737 100644 --- a/plotly/version.py +++ b/plotly/version.py @@ -1 +1 @@ -__version__ = '1.6.8' +__version__ = '1.6.9'