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 419bbc4ff6a5a14af18e5d7ca3ca2de41a413bd7
Author: Raúl Cumplido <[email protected]>
AuthorDate: Tue Dec 19 12:08:38 2023 +0100

    MINOR: [Release] Update versions for 15.0.0-SNAPSHOT
---
 ci/scripts/PKGBUILD            | 2 +-
 r/DESCRIPTION                  | 2 +-
 r/NEWS.md                      | 4 +++-
 r/pkgdown/assets/versions.json | 4 ++--
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/ci/scripts/PKGBUILD b/ci/scripts/PKGBUILD
index 2cdd1d4263..674acc99f5 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=14.0.1.9000
+pkgver=14.0.2.9000
 pkgrel=8000
 pkgdesc="Apache Arrow is a cross-language development platform for in-memory 
data (mingw-w64)"
 arch=("any")
diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index 1bf25e57a3..b290a75f93 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: arrow
 Title: Integration to 'Apache' 'Arrow'
-Version: 14.0.1.9000
+Version: 14.0.2.9000
 Authors@R: c(
     person("Neal", "Richardson", email = "[email protected]", role = 
c("aut")),
     person("Ian", "Cook", email = "[email protected]", role = c("aut")),
diff --git a/r/NEWS.md b/r/NEWS.md
index 8515facdff..63f12607d8 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -17,7 +17,9 @@
   under the License.
 -->
 
-# arrow 14.0.1.9000
+# arrow 14.0.2.9000
+
+# arrow 14.0.2
 
 # arrow 14.0.0.2
 
diff --git a/r/pkgdown/assets/versions.json b/r/pkgdown/assets/versions.json
index 88289e7200..35a1ef3b5e 100644
--- a/r/pkgdown/assets/versions.json
+++ b/r/pkgdown/assets/versions.json
@@ -1,10 +1,10 @@
 [
     {
-        "name": "14.0.1.9000 (dev)",
+        "name": "14.0.2.9000 (dev)",
         "version": "dev/"
     },
     {
-        "name": "14.0.1 (release)",
+        "name": "14.0.2 (release)",
         "version": ""
     },
     {

Reply via email to