Skip to content

Commit

Permalink
[Release] Update versions for 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 28, 2019
1 parent 6f228db commit 5dc6a40
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion c_glib/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

AC_PREREQ(2.65)

m4_define([arrow_glib_version], 0.13.0-SNAPSHOT)
m4_define([arrow_glib_version], 0.13.0)
AC_INIT([arrow-glib],
arrow_glib_version,
[https://issues.apache.org/jira/browse/ARROW],
Expand Down
2 changes: 1 addition & 1 deletion c_glib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ project('arrow-glib', 'c', 'cpp',
'cpp_std=c++11',
])

version = '0.13.0-SNAPSHOT'
version = '0.13.0'
if version.endswith('-SNAPSHOT')
version_numbers = version.split('-')[0].split('.')
version_tag = version.split('-')[1]
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.2)
message(STATUS "Building using CMake version: ${CMAKE_VERSION}")

set(ARROW_VERSION "0.13.0-SNAPSHOT")
set(ARROW_VERSION "0.13.0")

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

Expand Down
2 changes: 1 addition & 1 deletion csharp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Product>Apache Arrow library</Product>
<Copyright>Copyright 2016-2019 The Apache Software Foundation</Copyright>
<Company>The Apache Software Foundation</Company>
<Version>0.13.0-SNAPSHOT</Version>
<Version>0.13.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@
"engines": {
"node": ">=11.12"
},
"version": "0.4.1"
"version": "0.13.0"
}
2 changes: 1 addition & 1 deletion matlab/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.2)
set(CMAKE_CXX_STANDARD 11)

set(MLARROW_VERSION "0.13.0-SNAPSHOT")
set(MLARROW_VERSION "0.13.0")
string(REGEX MATCH
"^[0-9]+\\.[0-9]+\\.[0-9]+" MLARROW_BASE_VERSION "${MLARROW_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,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 = '0.12.0-SNAPSHOT'
default_version = '0.13.0'
if (not os.path.exists('../.git')
and not os.environ.get('SETUPTOOLS_SCM_PRETEND_VERSION')):
if os.path.exists('PKG-INFO'):
Expand Down
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arrow
Title: R Integration to 'Apache' 'Arrow'
Version: 0.12.0.9000
Version: 0.13.0
Authors@R: c(
person("Romain", "François", email = "[email protected]", role = c("aut", "cre")),
person("Javier", "Luraschi", email = "[email protected]", role = c("ctb")),
Expand Down
2 changes: 1 addition & 1 deletion r/src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

VERSION = 0.12.0.9000
VERSION = 0.13.0

ifeq "$(ARROW_PATH)" ""
RWINLIB = ../windows/arrow-$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion ruby/red-arrow-cuda/lib/arrow-cuda/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

module ArrowCUDA
VERSION = "0.13.0-SNAPSHOT"
VERSION = "0.13.0"

module Version
numbers, TAG = VERSION.split("-")
Expand Down
2 changes: 1 addition & 1 deletion ruby/red-arrow/lib/arrow/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

module Arrow
VERSION = "0.13.0-SNAPSHOT"
VERSION = "0.13.0"

module Version
numbers, TAG = VERSION.split("-")
Expand Down
2 changes: 1 addition & 1 deletion ruby/red-gandiva/lib/gandiva/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

module Gandiva
VERSION = "0.13.0-SNAPSHOT"
VERSION = "0.13.0"

module Version
numbers, TAG = VERSION.split("-")
Expand Down
2 changes: 1 addition & 1 deletion ruby/red-parquet/lib/parquet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

module Parquet
VERSION = "0.13.0-SNAPSHOT"
VERSION = "0.13.0"

module Version
numbers, TAG = VERSION.split("-")
Expand Down
2 changes: 1 addition & 1 deletion ruby/red-plasma/lib/plasma/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

module Plasma
VERSION = "0.13.0-SNAPSHOT"
VERSION = "0.13.0"

module Version
numbers, TAG = VERSION.split("-")
Expand Down
2 changes: 1 addition & 1 deletion rust/arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "arrow"
version = "0.13.0-SNAPSHOT"
version = "0.13.0"
description = "Rust implementation of Apache Arrow"
homepage = "https://github.com/apache/arrow"
repository = "https://github.com/apache/arrow"
Expand Down
2 changes: 1 addition & 1 deletion rust/datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "datafusion"
description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
version = "0.13.0-SNAPSHOT"
version = "0.13.0"
homepage = "https://github.com/apache/arrow"
repository = "https://github.com/apache/arrow"
authors = ["Apache Arrow <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion rust/datafusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
datafusion = "0.12"
datafusion = "0.13.0"
```

# Status
Expand Down
2 changes: 1 addition & 1 deletion rust/parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[package]
name = "parquet"
version = "0.13.0-SNAPSHOT"
version = "0.13.0"
license = "Apache-2.0"
description = "Apache Parquet implementation in Rust"
homepage = "https://github.com/apache/arrow"
Expand Down
4 changes: 2 additions & 2 deletions rust/parquet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Add this to your Cargo.toml:
```toml
[dependencies]
parquet = "0.12"
parquet = "0.13.0"
```

and this to your crate root:
Expand All @@ -44,7 +44,7 @@ while let Some(record) = iter.next() {
println!("{}", record);
}
```
See [crate documentation](https://docs.rs/crate/parquet/0.12) on available API.
See [crate documentation](https://docs.rs/crate/parquet/0.13.0) on available API.

## Supported Parquet Version
- Parquet-format 2.4.0
Expand Down

0 comments on commit 5dc6a40

Please sign in to comment.