From 97e0b42b9073c1c75abb706299f227a32b28124e Mon Sep 17 00:00:00 2001 From: chriddyp Date: Wed, 26 Apr 2017 13:50:26 -0400 Subject: [PATCH 1/3] Update version.py --- plotly/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/version.py b/plotly/version.py index 2940e26c288..9d2551a59ce 100644 --- a/plotly/version.py +++ b/plotly/version.py @@ -1 +1 @@ -__version__ = '2.0.8' +__version__ = '2.0.9' From df420b086b553c521fd1f729f676d4ba326646c2 Mon Sep 17 00:00:00 2001 From: chriddyp Date: Wed, 26 Apr 2017 13:51:24 -0400 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e363b26bd38..98b8c3ddef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [2.0.9] - 2017-04-26 ### Added - Beta: Added API methods that wrap the API endpoint for managing Dash objects on plot.ly. The API interface is under `plotly.api.v2.dash_apps` From 0a8d2c69039f614c4fcf2c931c56e087ac6e861f Mon Sep 17 00:00:00 2001 From: chriddyp Date: Wed, 26 Apr 2017 14:12:17 -0400 Subject: [PATCH 3/3] Move dash endpoint into the 2.0.8 release --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b8c3ddef5..a2b9e6087d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [2.0.9] - 2017-04-26 -### Added -- Beta: Added API methods that wrap the API endpoint for managing Dash objects on plot.ly. The API interface is under `plotly.api.v2.dash_apps` +## [Unreleased] ## [2.0.8] - 2017-04-21 ### Added +- Beta: Added API methods that wrap the API endpoint for managing Dash objects on plot.ly. The API interface is under `plotly.api.v2.dash_apps` - offline embedded plots are now responsive to window resizing when `output_type == "div"` is set in `plotly.offline.iplot()`. - Offline animations are now supported on Plotly Cloud.