From 5e0df70aa0b7129b17b89dc8a394699bbd69fc3e Mon Sep 17 00:00:00 2001 From: Carson Sievert Date: Tue, 3 May 2016 09:14:43 +1000 Subject: [PATCH] bump version; update news --- DESCRIPTION | 2 +- NEWS | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a53ad3901c..6920c099cf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: plotly Title: Create Interactive Web Graphics via 'plotly.js' -Version: 3.5.2 +Version: 3.5.3 Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"), email = "cpsievert1@gmail.com"), person("Chris", "Parmer", role = c("aut", "cph"), diff --git a/NEWS b/NEWS index e50475792e..f95ccf9485 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +3.5.3 -- 3 May 2016 + +CHANGES: + +Upgrade to plotlyjs v1.10.1 -- https://github.com/plotly/plotly.js/releases/tag/v1.10.1 + 3.5.2 -- 2 May 2016 BUG FIX: @@ -8,7 +14,7 @@ Added missing key properties in ggplotly() converter so selections can be access CHANGES: -Upgrade to plotlyjs v1.10.0 -- https://github.com/plotly/plotly.js/releases/tag/v1.9.0 +Upgrade to plotlyjs v1.10.0 -- https://github.com/plotly/plotly.js/releases/tag/v1.10.0 Distinguish between "built" (plotly_built) and "non-built" (plotly_hash) plotly objects. See #562