Skip to content

Commit 4c7589a

Browse files
committed
Increment version number
1 parent 882a5f8 commit 4c7589a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: googlesheets4
22
Title: Access Google Sheets using the Sheets API V4
3-
Version: 0.2.0.9001
3+
Version: 0.3.0
44
Authors@R:
55
c(person(given = "Jennifer",
66
family = "Bryan",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# googlesheets4 (development version)
1+
# googlesheets4 0.3.0
22

33
All requests are now made with retry capability. Specifically, when a request fails due to a `429 RESOURCE_EXHAUSTED` error, it is retried a few times, with suitable delays. Note that if it appears that you *personally* have exhausted your quota (more than 100 requests in 100 seconds), the initial waiting time is 100 seconds and this indicates you need to get your own OAuth app or service account.
44

0 commit comments

Comments
 (0)