This is an automated email from the ASF dual-hosted git repository. kszucs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git
commit a33ffeabbe62188f470264da94948081c9b61339 Author: Krisztián Szűcs <[email protected]> AuthorDate: Mon Jul 20 22:49:28 2020 +0200 [Release] Update versions for 1.1.0-SNAPSHOT --- c_glib/configure.ac | 2 +- c_glib/meson.build | 2 +- ci/scripts/PKGBUILD | 2 +- cpp/CMakeLists.txt | 2 +- csharp/Directory.Build.props | 2 +- dev/tasks/homebrew-formulae/apache-arrow.rb | 2 +- dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb | 2 +- js/package.json | 2 +- matlab/CMakeLists.txt | 2 +- python/setup.py | 2 +- r/DESCRIPTION | 2 +- r/NEWS.md | 2 ++ ruby/red-arrow-cuda/lib/arrow-cuda/version.rb | 2 +- ruby/red-arrow-dataset/lib/arrow-dataset/version.rb | 2 +- ruby/red-arrow/lib/arrow/version.rb | 2 +- ruby/red-gandiva/lib/gandiva/version.rb | 2 +- ruby/red-parquet/lib/parquet/version.rb | 2 +- ruby/red-plasma/lib/plasma/version.rb | 2 +- rust/arrow-flight/Cargo.toml | 2 +- rust/arrow/Cargo.toml | 4 ++-- rust/benchmarks/Cargo.toml | 2 +- rust/datafusion/Cargo.toml | 8 ++++---- rust/datafusion/README.md | 2 +- rust/integration-testing/Cargo.toml | 2 +- rust/parquet/Cargo.toml | 4 ++-- rust/parquet/README.md | 4 ++-- 26 files changed, 33 insertions(+), 31 deletions(-) diff --git a/c_glib/configure.ac b/c_glib/configure.ac index 93bd935..63a6bd1 100644 --- a/c_glib/configure.ac +++ b/c_glib/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.65) -m4_define([arrow_glib_version], 1.0.0) +m4_define([arrow_glib_version], 1.1.0-SNAPSHOT) AC_INIT([arrow-glib], arrow_glib_version, [https://issues.apache.org/jira/browse/ARROW], diff --git a/c_glib/meson.build b/c_glib/meson.build index 46f7f92..2f045fc 100644 --- a/c_glib/meson.build +++ b/c_glib/meson.build @@ -23,7 +23,7 @@ project('arrow-glib', 'c', 'cpp', 'cpp_std=c++11', ]) -version = '1.0.0' +version = '1.1.0-SNAPSHOT' if version.endswith('-SNAPSHOT') version_numbers = version.split('-')[0].split('.') version_tag = version.split('-')[1] diff --git a/ci/scripts/PKGBUILD b/ci/scripts/PKGBUILD index 40747cc..a813b23 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=1.0.0 +pkgver=1.0.0.9000 pkgrel=8000 pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)" arch=("any") diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 300f043..86b5d7b 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -54,7 +54,7 @@ if(POLICY CMP0063) cmake_policy(SET CMP0063 NEW) endif() -set(ARROW_VERSION "1.0.0") +set(ARROW_VERSION "1.1.0-SNAPSHOT") string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" ARROW_BASE_VERSION "${ARROW_VERSION}") diff --git a/csharp/Directory.Build.props b/csharp/Directory.Build.props index 6c2e37a..d25910e 100644 --- a/csharp/Directory.Build.props +++ b/csharp/Directory.Build.props @@ -29,7 +29,7 @@ <Product>Apache Arrow library</Product> <Copyright>Copyright 2016-2019 The Apache Software Foundation</Copyright> <Company>The Apache Software Foundation</Company> - <Version>1.0.0</Version> + <Version>1.1.0-SNAPSHOT</Version> </PropertyGroup> <PropertyGroup> diff --git a/dev/tasks/homebrew-formulae/apache-arrow.rb b/dev/tasks/homebrew-formulae/apache-arrow.rb index bfdc212..c38b8ce 100644 --- a/dev/tasks/homebrew-formulae/apache-arrow.rb +++ b/dev/tasks/homebrew-formulae/apache-arrow.rb @@ -1,7 +1,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-1.0.0/apache-arrow-1.0.0.tar.gz" + url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-1.1.0-SNAPSHOT/apache-arrow-1.1.0-SNAPSHOT.tar.gz" sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28" license "Apache-2.0" head "https://github.com/apache/arrow.git" diff --git a/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb b/dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb index 9008884..725847a 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-1.0.0/apache-arrow-1.0.0.tar.gz" + url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-1.0.0.9000/apache-arrow-1.0.0.9000.tar.gz" sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28" head "https://github.com/apache/arrow.git" diff --git a/js/package.json b/js/package.json index ef433d8..d1c9f79 100644 --- a/js/package.json +++ b/js/package.json @@ -113,5 +113,5 @@ "engines": { "node": ">=11.12" }, - "version": "1.0.0" + "version": "1.1.0-SNAPSHOT" } diff --git a/matlab/CMakeLists.txt b/matlab/CMakeLists.txt index 5ebaa91..665cef9 100755 --- a/matlab/CMakeLists.txt +++ b/matlab/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.2) set(CMAKE_CXX_STANDARD 11) -set(MLARROW_VERSION "1.0.0") +set(MLARROW_VERSION "1.1.0-SNAPSHOT") string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" MLARROW_BASE_VERSION "${MLARROW_VERSION}") diff --git a/python/setup.py b/python/setup.py index da9f3bd..12a0874 100755 --- a/python/setup.py +++ b/python/setup.py @@ -519,7 +519,7 @@ def _move_shared_libs_unix(build_prefix, build_lib, lib_name): # If the event of not running from a git clone (e.g. from a git archive # or a Python sdist), see if we can set the version number ourselves -default_version = '1.0.0' +default_version = '1.1.0-SNAPSHOT' if (not os.path.exists('../.git') and not os.environ.get('SETUPTOOLS_SCM_PRETEND_VERSION')): if os.path.exists('PKG-INFO'): diff --git a/r/DESCRIPTION b/r/DESCRIPTION index 192f1df..ff455b0 100644 --- a/r/DESCRIPTION +++ b/r/DESCRIPTION @@ -1,6 +1,6 @@ Package: arrow Title: Integration to 'Apache' 'Arrow' -Version: 1.0.0 +Version: 1.0.0.9000 Authors@R: c( person("Romain", "Fran\u00e7ois", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")), person("Jeroen", "Ooms", email = "[email protected]", role = c("aut")), diff --git a/r/NEWS.md b/r/NEWS.md index e9b546b..fe5de6b 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -17,6 +17,8 @@ under the License. --> +# arrow 1.0.0.9000 + # arrow 1.0.0 ## Arrow format conversion diff --git a/ruby/red-arrow-cuda/lib/arrow-cuda/version.rb b/ruby/red-arrow-cuda/lib/arrow-cuda/version.rb index 3a57ca8..c42ec12 100644 --- a/ruby/red-arrow-cuda/lib/arrow-cuda/version.rb +++ b/ruby/red-arrow-cuda/lib/arrow-cuda/version.rb @@ -16,7 +16,7 @@ # under the License. module ArrowCUDA - VERSION = "1.0.0" + VERSION = "1.1.0-SNAPSHOT" module Version numbers, TAG = VERSION.split("-") diff --git a/ruby/red-arrow-dataset/lib/arrow-dataset/version.rb b/ruby/red-arrow-dataset/lib/arrow-dataset/version.rb index 52ddfee..0c655cf 100644 --- a/ruby/red-arrow-dataset/lib/arrow-dataset/version.rb +++ b/ruby/red-arrow-dataset/lib/arrow-dataset/version.rb @@ -16,7 +16,7 @@ # under the License. module ArrowDataset - VERSION = "1.0.0" + VERSION = "1.1.0-SNAPSHOT" module Version numbers, TAG = VERSION.split("-") diff --git a/ruby/red-arrow/lib/arrow/version.rb b/ruby/red-arrow/lib/arrow/version.rb index 80cb147..589c2b6 100644 --- a/ruby/red-arrow/lib/arrow/version.rb +++ b/ruby/red-arrow/lib/arrow/version.rb @@ -16,7 +16,7 @@ # under the License. module Arrow - VERSION = "1.0.0" + VERSION = "1.1.0-SNAPSHOT" module Version numbers, TAG = VERSION.split("-") diff --git a/ruby/red-gandiva/lib/gandiva/version.rb b/ruby/red-gandiva/lib/gandiva/version.rb index 9c21ca0..3434c65 100644 --- a/ruby/red-gandiva/lib/gandiva/version.rb +++ b/ruby/red-gandiva/lib/gandiva/version.rb @@ -16,7 +16,7 @@ # under the License. module Gandiva - VERSION = "1.0.0" + VERSION = "1.1.0-SNAPSHOT" module Version numbers, TAG = VERSION.split("-") diff --git a/ruby/red-parquet/lib/parquet/version.rb b/ruby/red-parquet/lib/parquet/version.rb index 45194f2..01ee583 100644 --- a/ruby/red-parquet/lib/parquet/version.rb +++ b/ruby/red-parquet/lib/parquet/version.rb @@ -16,7 +16,7 @@ # under the License. module Parquet - VERSION = "1.0.0" + VERSION = "1.1.0-SNAPSHOT" module Version numbers, TAG = VERSION.split("-") diff --git a/ruby/red-plasma/lib/plasma/version.rb b/ruby/red-plasma/lib/plasma/version.rb index f05bbe2..309a2f5 100644 --- a/ruby/red-plasma/lib/plasma/version.rb +++ b/ruby/red-plasma/lib/plasma/version.rb @@ -16,7 +16,7 @@ # under the License. module Plasma - VERSION = "1.0.0" + VERSION = "1.1.0-SNAPSHOT" module Version numbers, TAG = VERSION.split("-") diff --git a/rust/arrow-flight/Cargo.toml b/rust/arrow-flight/Cargo.toml index 5d36c47..1bbded8 100644 --- a/rust/arrow-flight/Cargo.toml +++ b/rust/arrow-flight/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "arrow-flight" description = "Apache Arrow Flight" -version = "1.0.0" +version = "1.1.0-SNAPSHOT" edition = "2018" authors = ["Apache Arrow <[email protected]>"] homepage = "https://github.com/apache/arrow" diff --git a/rust/arrow/Cargo.toml b/rust/arrow/Cargo.toml index a4bdabd..4928ec8 100644 --- a/rust/arrow/Cargo.toml +++ b/rust/arrow/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow" -version = "1.0.0" +version = "1.1.0-SNAPSHOT" description = "Rust implementation of Apache Arrow" homepage = "https://github.com/apache/arrow" repository = "https://github.com/apache/arrow" @@ -49,7 +49,7 @@ packed_simd = { version = "0.3", optional = true } chrono = "0.4" flatbuffers = "0.6" hex = "0.4" -arrow-flight = { path = "../arrow-flight", optional = true, version = "1.0.0" } +arrow-flight = { path = "../arrow-flight", optional = true, version = "1.1.0-SNAPSHOT" } prettytable-rs = { version = "0.8.0", optional = true } [features] diff --git a/rust/benchmarks/Cargo.toml b/rust/benchmarks/Cargo.toml index a926799..e273634 100644 --- a/rust/benchmarks/Cargo.toml +++ b/rust/benchmarks/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "arrow-benchmarks" description = "Apache Arrow Benchmarks" -version = "1.0.0" +version = "1.1.0-SNAPSHOT" edition = "2018" authors = ["Apache Arrow <[email protected]>"] homepage = "https://github.com/apache/arrow" diff --git a/rust/datafusion/Cargo.toml b/rust/datafusion/Cargo.toml index 28aa699..a7d8586 100644 --- a/rust/datafusion/Cargo.toml +++ b/rust/datafusion/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "datafusion" description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model" -version = "1.0.0" +version = "1.1.0-SNAPSHOT" homepage = "https://github.com/apache/arrow" repository = "https://github.com/apache/arrow" authors = ["Apache Arrow <[email protected]>"] @@ -45,8 +45,8 @@ cli = ["rustyline"] [dependencies] fnv = "1.0" -arrow = { path = "../arrow", version = "1.0.0" } -parquet = { path = "../parquet", version = "1.0.0" } +arrow = { path = "../arrow", version = "1.1.0-SNAPSHOT" } +parquet = { path = "../parquet", version = "1.1.0-SNAPSHOT" } sqlparser = "0.2.6" clap = "2.33" prettytable-rs = "0.8.0" @@ -61,7 +61,7 @@ futures = "0.3" prost = "0.6" tokio = { version = "0.2", features = ["macros"] } tonic = "0.2" -arrow-flight = { path = "../arrow-flight", version = "1.0.0" } +arrow-flight = { path = "../arrow-flight", version = "1.1.0-SNAPSHOT" } [[bench]] name = "aggregate_query_sql" diff --git a/rust/datafusion/README.md b/rust/datafusion/README.md index 5f8e3f8..7549b4a 100644 --- a/rust/datafusion/README.md +++ b/rust/datafusion/README.md @@ -27,7 +27,7 @@ DataFusion can be used as a library by adding the following to your `Cargo.toml` ```toml [dependencies] -datafusion = "1.0.0" +datafusion = "1.1.0-SNAPSHOT" ``` ## Using DataFusion as a binary diff --git a/rust/integration-testing/Cargo.toml b/rust/integration-testing/Cargo.toml index 0e1604d..6157ee4 100644 --- a/rust/integration-testing/Cargo.toml +++ b/rust/integration-testing/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "arrow-integration-testing" description = "Binaries used in the Arrow integration tests" -version = "1.0.0" +version = "1.1.0-SNAPSHOT" homepage = "https://github.com/apache/arrow" repository = "https://github.com/apache/arrow" authors = ["Apache Arrow <[email protected]>"] diff --git a/rust/parquet/Cargo.toml b/rust/parquet/Cargo.toml index 65de44c..87a0124 100644 --- a/rust/parquet/Cargo.toml +++ b/rust/parquet/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "parquet" -version = "1.0.0" +version = "1.1.0-SNAPSHOT" license = "Apache-2.0" description = "Apache Parquet implementation in Rust" homepage = "https://github.com/apache/arrow" @@ -49,7 +49,7 @@ brotli = "3.3" flate2 = "1.0" lz4 = "1.23" zstd = "0.5" -arrow = { path = "../arrow", version = "1.0.0" } +arrow = { path = "../arrow", version = "1.1.0-SNAPSHOT" } [features] default = ["arrow", "snap", "brotli", "flate2", "lz4", "zstd"] diff --git a/rust/parquet/README.md b/rust/parquet/README.md index 5a62e3f..65d01d8 100644 --- a/rust/parquet/README.md +++ b/rust/parquet/README.md @@ -23,7 +23,7 @@ Add this to your Cargo.toml: ```toml [dependencies] -parquet = "1.0.0" +parquet = "1.1.0-SNAPSHOT" ``` and this to your crate root: @@ -44,7 +44,7 @@ while let Some(record) = iter.next() { println!("{}", record); } ``` -See [crate documentation](https://docs.rs/crate/parquet/1.0.0) on available API. +See [crate documentation](https://docs.rs/crate/parquet/1.1.0-SNAPSHOT) on available API. ## Supported Parquet Version - Parquet-format 2.4.0
