You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2023/06/13 13:03:06 UTC

[arrow] 01/17: MINOR: [Release] Update versions for 13.0.0-SNAPSHOT

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 f08670bd20e81ae79f33e66256927f584ae62d02
Author: Raúl Cumplido <ra...@gmail.com>
AuthorDate: Tue Jun 13 14:45:54 2023 +0200

    MINOR: [Release] Update versions for 13.0.0-SNAPSHOT
---
 ci/scripts/PKGBUILD                                  | 2 +-
 dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb | 2 +-
 docs/source/_static/versions.json                    | 4 ++++
 r/DESCRIPTION                                        | 2 +-
 r/NEWS.md                                            | 4 +++-
 r/pkgdown/assets/versions.json                       | 8 ++++++--
 6 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/ci/scripts/PKGBUILD b/ci/scripts/PKGBUILD
index 6e2c80496f..f2a81aee1b 100644
--- a/ci/scripts/PKGBUILD
+++ b/ci/scripts/PKGBUILD
@@ -18,7 +18,7 @@
 _realname=arrow
 pkgbase=mingw-w64-${_realname}
 pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
-pkgver=12.0.0.9000
+pkgver=12.0.1.9000
 pkgrel=8000
 pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)"
 arch=("any")
diff --git a/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb b/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
index 27d7090f88..c09436d777 100644
--- a/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
+++ b/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb
@@ -19,7 +19,7 @@
 class ApacheArrow < Formula
   desc "Columnar in-memory analytics layer designed to accelerate big data"
   homepage "https://arrow.apache.org/"
-  url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-12.0.0.9000/apache-arrow-12.0.0.9000.tar.gz"
+  url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-12.0.1.9000/apache-arrow-12.0.1.9000.tar.gz"
   sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
   head "https://github.com/apache/arrow.git"
 
diff --git a/docs/source/_static/versions.json b/docs/source/_static/versions.json
index 9497a5581a..465ebb53b1 100644
--- a/docs/source/_static/versions.json
+++ b/docs/source/_static/versions.json
@@ -7,6 +7,10 @@
         "name": "12.0 (stable)",
         "version": ""
     },
+    {
+        "name": "12.0",
+        "version": "12.0/"
+    },
     {
         "name": "11.0",
         "version": "11.0/"
diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index 867829c7f8..0af4ad94ee 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: arrow
 Title: Integration to 'Apache' 'Arrow'
-Version: 12.0.0.9000
+Version: 12.0.1.9000
 Authors@R: c(
     person("Neal", "Richardson", email = "neal.p.richardson@gmail.com", role = c("aut")),
     person("Ian", "Cook", email = "ianmcook@gmail.com", role = c("aut")),
diff --git a/r/NEWS.md b/r/NEWS.md
index e36b42e538..f358c2aae4 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -17,7 +17,9 @@
   under the License.
 -->
 
-# arrow 12.0.0.9000
+# arrow 12.0.1.9000
+
+# 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).
diff --git a/r/pkgdown/assets/versions.json b/r/pkgdown/assets/versions.json
index 3e04efa4e4..c7500309b2 100644
--- a/r/pkgdown/assets/versions.json
+++ b/r/pkgdown/assets/versions.json
@@ -1,12 +1,16 @@
 [
     {
-        "name": "12.0.0.9000 (dev)",
+        "name": "12.0.1.9000 (dev)",
         "version": "dev/"
     },
     {
-        "name": "12.0.0 (release)",
+        "name": "12.0.1 (release)",
         "version": ""
     },
+    {
+        "name": "12.0.0",
+        "version": "12.0/"
+    },
     {
         "name": "11.0.0",
         "version": "11.0/"