This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 69b4cd8be9f028dc501d13c9b6903f9b4a01a50c Author: Raúl Cumplido <[email protected]> AuthorDate: Tue Jun 13 14:53:44 2023 +0200 MINOR: [Release] Update versions for 13.0.0-SNAPSHOT --- docs/source/_static/versions.json | 4 ++++ r/NEWS.md | 2 ++ r/pkgdown/assets/versions.json | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/docs/source/_static/versions.json b/docs/source/_static/versions.json index 370ab1a246..4e7bdaeac3 100644 --- a/docs/source/_static/versions.json +++ b/docs/source/_static/versions.json @@ -23,6 +23,10 @@ "name": "12.0", "version": "12.0/" }, + { + "name": "12.0", + "version": "12.0/" + }, { "name": "11.0", "version": "11.0/" diff --git a/r/NEWS.md b/r/NEWS.md index 2f0e9460c6..72c0649350 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -27,6 +27,8 @@ # arrow 12.0.1 +# arrow 12.0.1 + * Update the version of the date library vendored with Arrow C++ library for compatibility with tzdb 0.4.0 (#35594, #35612). * Update some tests for compatibility with waldo 0.5.1 (#35131, #35308). diff --git a/r/pkgdown/assets/versions.json b/r/pkgdown/assets/versions.json index c8cb4a1db0..0eb5eaece7 100644 --- a/r/pkgdown/assets/versions.json +++ b/r/pkgdown/assets/versions.json @@ -19,6 +19,10 @@ "name": "12.0.1", "version": "12.0/" }, + { + "name": "12.0.1", + "version": "12.0/" + }, { "name": "12.0.0", "version": "12.0/"
