Skip to content

Commit 26d1164

Browse files
committed
MINOR: [Release] Update versions for 20.0.0-SNAPSHOT
1 parent df82d4c commit 26d1164

File tree

25 files changed

+40
-27
lines changed

25 files changed

+40
-27
lines changed

c_glib/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project('arrow-glib', 'c', 'cpp',
3535
# * 22.04: 0.61.2
3636
meson_version: '>=0.53.2')
3737

38-
version = '19.0.0-SNAPSHOT'
38+
version = '20.0.0-SNAPSHOT'
3939
if version.endswith('-SNAPSHOT')
4040
version_numbers = version.split('-')[0].split('.')
4141
version_tag = version.split('-')[1]

c_glib/tool/generate-version-header.py

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def generate_availability_macros(library: str) -> str:
140140

141141

142142
ALL_VERSIONS = [
143+
(20, 0),
143144
(19, 0),
144145
(18, 0),
145146
(17, 0),

c_glib/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow-glib",
3-
"version-string": "19.0.0-SNAPSHOT",
3+
"version-string": "20.0.0-SNAPSHOT",
44
"dependencies": [
55
"glib",
66
"gobject-introspection",

ci/scripts/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
_realname=arrow
1919
pkgbase=mingw-w64-${_realname}
2020
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
21-
pkgver=18.1.0.9000
21+
pkgver=19.0.0.9000
2222
pkgrel=8000
2323
pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)"
2424
arch=("any")

cpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if(POLICY CMP0170)
7979
cmake_policy(SET CMP0170 NEW)
8080
endif()
8181

82-
set(ARROW_VERSION "19.0.0-SNAPSHOT")
82+
set(ARROW_VERSION "20.0.0-SNAPSHOT")
8383

8484
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" ARROW_BASE_VERSION "${ARROW_VERSION}")
8585

cpp/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow",
3-
"version-string": "19.0.0-SNAPSHOT",
3+
"version-string": "20.0.0-SNAPSHOT",
44
"dependencies": [
55
"abseil",
66
{

csharp/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Product>Apache Arrow library</Product>
3030
<Copyright>Copyright 2016-2024 The Apache Software Foundation</Copyright>
3131
<Company>The Apache Software Foundation</Company>
32-
<Version>19.0.0-SNAPSHOT</Version>
32+
<Version>20.0.0-SNAPSHOT</Version>
3333
</PropertyGroup>
3434

3535
<PropertyGroup>

dev/tasks/homebrew-formulae/apache-arrow-glib.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class ApacheArrowGlib < Formula
3030
desc "GLib bindings for Apache Arrow"
3131
homepage "https://arrow.apache.org/"
32-
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-19.0.0-SNAPSHOT/apache-arrow-19.0.0-SNAPSHOT.tar.gz"
32+
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-20.0.0-SNAPSHOT/apache-arrow-20.0.0-SNAPSHOT.tar.gz"
3333
sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
3434
license "Apache-2.0"
3535
head "https://github.com/apache/arrow.git", branch: "main"

dev/tasks/homebrew-formulae/apache-arrow.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class ApacheArrow < Formula
3030
desc "Columnar in-memory analytics layer designed to accelerate big data"
3131
homepage "https://arrow.apache.org/"
32-
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-19.0.0-SNAPSHOT/apache-arrow-19.0.0-SNAPSHOT.tar.gz"
32+
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-20.0.0-SNAPSHOT/apache-arrow-20.0.0-SNAPSHOT.tar.gz"
3333
sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
3434
license "Apache-2.0"
3535
head "https://github.com/apache/arrow.git", branch: "main"

docs/source/_static/versions.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
[
22
{
3-
"name": "19.0 (dev)",
3+
"name": "20.0 (dev)",
44
"version": "dev/",
55
"url": "https://arrow.apache.org/docs/dev/"
66
},
77
{
8-
"name": "18.1 (stable)",
8+
"name": "19.0 (stable)",
99
"version": "",
1010
"url": "https://arrow.apache.org/docs/",
1111
"preferred": true
1212
},
13+
{
14+
"name": "18.1",
15+
"version": "18.1/",
16+
"url": "https://arrow.apache.org/docs/18.1/"
17+
},
1318
{
1419
"name": "18.0",
1520
"version": "18.0/",

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120
"engines": {
121121
"node": ">=12.0"
122122
},
123-
"version": "19.0.0-SNAPSHOT"
123+
"version": "20.0.0-SNAPSHOT"
124124
}

matlab/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ endfunction()
100100

101101
set(CMAKE_CXX_STANDARD 17)
102102

103-
set(MLARROW_VERSION "19.0.0-SNAPSHOT")
103+
set(MLARROW_VERSION "20.0.0-SNAPSHOT")
104104
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" MLARROW_BASE_VERSION "${MLARROW_VERSION}")
105105

106106
project(mlarrow VERSION "${MLARROW_BASE_VERSION}")

python/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project(pyarrow)
2828
# which in turn meant that Py_GIL_DISABLED was not set.
2929
set(CMAKE_NO_SYSTEM_FROM_IMPORTED ON)
3030

31-
set(PYARROW_VERSION "19.0.0-SNAPSHOT")
31+
set(PYARROW_VERSION "20.0.0-SNAPSHOT")
3232
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" PYARROW_BASE_VERSION "${PYARROW_VERSION}")
3333

3434
# Generate SO version and full SO version

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ root = '..'
8181
version_file = 'pyarrow/_generated_version.py'
8282
version_scheme = 'guess-next-dev'
8383
git_describe_command = 'git describe --dirty --tags --long --match "apache-arrow-[0-9]*.*"'
84-
fallback_version = '19.0.0a0'
84+
fallback_version = '20.0.0a0'

r/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: arrow
22
Title: Integration to 'Apache' 'Arrow'
3-
Version: 18.1.0.9000
3+
Version: 19.0.0.9000
44
Authors@R: c(
55
person("Neal", "Richardson", email = "[email protected]", role = c("aut")),
66
person("Ian", "Cook", email = "[email protected]", role = c("aut")),

r/NEWS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
under the License.
1818
-->
1919

20-
# arrow 18.1.0.9000
20+
# arrow 19.0.0.9000
21+
22+
# arrow 19.0.0
2123

2224
# arrow 18.1.0
2325

r/pkgdown/assets/versions.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
22
<html>
3-
<body><p><a href="../dev/r/">18.1.0.9000 (dev)</a></p>
4-
<p><a href="../r/">18.1.0 (release)</a></p>
3+
<body><p><a href="../dev/r/">19.0.0.9000 (dev)</a></p>
4+
<p><a href="../r/">19.0.0 (release)</a></p>
5+
<p><a href="../18.1/r/">18.1.0</a></p>
56
<p><a href="../17.0/r/">17.0.0</a></p>
67
<p><a href="../16.1/r/">16.1.0</a></p>
78
<p><a href="../16.0/r/">16.0.0</a></p>

r/pkgdown/assets/versions.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[
22
{
3-
"name": "18.1.0.9000 (dev)",
3+
"name": "19.0.0.9000 (dev)",
44
"version": "dev/"
55
},
66
{
7-
"name": "18.1.0 (release)",
7+
"name": "19.0.0 (release)",
88
"version": ""
99
},
10+
{
11+
"name": "18.1.0",
12+
"version": "18.1/"
13+
},
1014
{
1115
"name": "17.0.0",
1216
"version": "17.0/"

ruby/red-arrow-cuda/lib/arrow-cuda/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
module ArrowCUDA
19-
VERSION = "19.0.0-SNAPSHOT"
19+
VERSION = "20.0.0-SNAPSHOT"
2020

2121
module Version
2222
numbers, TAG = VERSION.split("-")

ruby/red-arrow-dataset/lib/arrow-dataset/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
module ArrowDataset
19-
VERSION = "19.0.0-SNAPSHOT"
19+
VERSION = "20.0.0-SNAPSHOT"
2020

2121
module Version
2222
numbers, TAG = VERSION.split("-")

ruby/red-arrow-flight-sql/lib/arrow-flight-sql/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
module ArrowFlightSQL
19-
VERSION = "19.0.0-SNAPSHOT"
19+
VERSION = "20.0.0-SNAPSHOT"
2020

2121
module Version
2222
numbers, TAG = VERSION.split("-")

ruby/red-arrow-flight/lib/arrow-flight/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
module ArrowFlight
19-
VERSION = "19.0.0-SNAPSHOT"
19+
VERSION = "20.0.0-SNAPSHOT"
2020

2121
module Version
2222
numbers, TAG = VERSION.split("-")

ruby/red-arrow/lib/arrow/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
module Arrow
19-
VERSION = "19.0.0-SNAPSHOT"
19+
VERSION = "20.0.0-SNAPSHOT"
2020

2121
module Version
2222
numbers, TAG = VERSION.split("-")

ruby/red-gandiva/lib/gandiva/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
module Gandiva
19-
VERSION = "19.0.0-SNAPSHOT"
19+
VERSION = "20.0.0-SNAPSHOT"
2020

2121
module Version
2222
numbers, TAG = VERSION.split("-")

ruby/red-parquet/lib/parquet/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
module Parquet
19-
VERSION = "19.0.0-SNAPSHOT"
19+
VERSION = "20.0.0-SNAPSHOT"
2020

2121
module Version
2222
numbers, TAG = VERSION.split("-")

0 commit comments

Comments
 (0)