Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 4, 2021
1 parent 882a5f8 commit 4c7589a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: googlesheets4
Title: Access Google Sheets using the Sheets API V4
Version: 0.2.0.9001
Version: 0.3.0
Authors@R:
c(person(given = "Jennifer",
family = "Bryan",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
@@ -1,4 +1,4 @@
# googlesheets4 (development version)
# googlesheets4 0.3.0

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.

Expand Down

0 comments on commit 4c7589a

Please sign in to comment.