diff --git a/DESCRIPTION b/DESCRIPTION index f5215cf99f..357f13bc47 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: plotly Type: Package Title: Interactive, publication-quality graphs online. -Version: 0.5.30 +Version: 0.6 Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"), email = "chris@plot.ly"), person("Scott", "Chamberlain", role = "aut", diff --git a/NEWS b/NEWS index 6145218eea..4e0450fe02 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -0.5.30 -- 4 May 2015 +0.6 -- 4 May 2015 -Let gg2list() return a figure object. +Let gg2list() return a figure object (backwards incompatible change). 0.5.29 -- 16 April 2015 diff --git a/R/plotly-package.r b/R/plotly-package.r index e4a4eabd88..2c06bccec8 100644 --- a/R/plotly-package.r +++ b/R/plotly-package.r @@ -7,7 +7,7 @@ #' \itemize{ #' \item Package: plotly #' \item Type: Package -#' \item Version: 0.5.30 +#' \item Version: 0.6 #' \item Date: 2014-03-07 #' \item License: MIT #' } diff --git a/R/plotly.R b/R/plotly.R index 8cf23792a7..062c197b39 100644 --- a/R/plotly.R +++ b/R/plotly.R @@ -82,7 +82,7 @@ For more help, see https://plot.ly/R or contact .") # public attributes/methods that the user has access to pub <- list(username=username, key=key, filename="from api", fileopt=NULL, - version="0.5.30") + version="0.6") priv <- list() pub$makecall <- function(args, kwargs, origin) { diff --git a/man/plotly-package.Rd b/man/plotly-package.Rd index 8842b30d47..9244d7ce76 100644 --- a/man/plotly-package.Rd +++ b/man/plotly-package.Rd @@ -15,7 +15,7 @@ An example of an interactive graph made from the R API: https://plot.ly/~chris/4 \itemize{ \item Package: plotly \item Type: Package - \item Version: 0.5.30 + \item Version: 0.6 \item Date: 2014-03-07 \item License: MIT }