Skip to content

Commit 94aa22a

Browse files
committed
bump version; update news
1 parent 887372e commit 94aa22a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ cache:
2424

2525
before_script:
2626
- mkdir -p "$R_LIBS_USER"
27+
- git config --global user.email "cpsievert1@gmail.com"
28+
- git config --global user.name "cpsievert"
2729
- echo "Sys.setenv('plotly_username' = 'cpsievert')" > ~/.Rprofile
2830
- git clone https://github.com/cpsievert/plotly-test-table.git ../plotly-test-table
2931
- "wget -q -O - https://github.com/yihui/crandalf/raw/master/inst/scripts/install-pandoc | bash"

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
22
Title: Create Interactive Web Graphics via Plotly's JavaScript Graphing Library
3-
Version: 2.3.0
3+
Version: 2.3.1
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "cpsievert1@gmail.com"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.3.1 -- 20 Jan 2015
2+
3+
more accurate list of data_array properties. fixes #415
4+
15
2.3.0 -- 19 Jan 2015
26

37
Add sharing argument and deprecate world_readable. Fixes #332

0 commit comments

Comments
 (0)