Skip to content

Commit 3ad0370

Browse files
committed
MINOR: [Release] Update versions for 20.0.0
1 parent e4aed0d commit 3ad0370

File tree

25 files changed

+38
-28
lines changed

25 files changed

+38
-28
lines changed

c_glib/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project(
3434
# * 22.04: 0.61.2
3535
# * 24.04: 1.3.2
3636
meson_version: '>=0.61.2',
37-
version: '20.0.0-SNAPSHOT',
37+
version: '20.0.0',
3838
)
3939

4040
version = meson.project_version()

c_glib/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow-glib",
3-
"version-string": "20.0.0-SNAPSHOT",
3+
"version-string": "20.0.0",
44
"$comment:dependencies": "We can enable gobject-introspection again once it's updated",
55
"dependencies": [
66
"glib",

ci/scripts/PKGBUILD

Lines changed: 1 addition & 1 deletion
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=19.0.1.9000
21+
pkgver=20.0.0
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if(POLICY CMP0170)
8686
cmake_policy(SET CMP0170 NEW)
8787
endif()
8888

89-
set(ARROW_VERSION "20.0.0-SNAPSHOT")
89+
set(ARROW_VERSION "20.0.0")
9090

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

cpp/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project(
1919
'arrow',
2020
'cpp',
2121
'c',
22-
version: '20.0.0-SNAPSHOT',
22+
version: '20.0.0',
2323
license: 'Apache-2.0',
2424
meson_version: '>=1.3.0',
2525
default_options: [

cpp/vcpkg.json

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

csharp/Directory.Build.props

Lines changed: 1 addition & 1 deletion
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>20.0.0-SNAPSHOT</Version>
32+
<Version>20.0.0</Version>
3333
</PropertyGroup>
3434

3535
<PropertyGroup>

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

Lines changed: 1 addition & 1 deletion
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-20.0.0-SNAPSHOT/apache-arrow-20.0.0-SNAPSHOT.tar.gz"
32+
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-20.0.0/apache-arrow-20.0.0.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

Lines changed: 1 addition & 1 deletion
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-20.0.0-SNAPSHOT/apache-arrow-20.0.0-SNAPSHOT.tar.gz"
32+
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-20.0.0/apache-arrow-20.0.0.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

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

0 commit comments

Comments
 (0)