You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/09/18 18:41:32 UTC

[arrow-dist] 01/01: Update Python wheel version to 0.7.0

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-dist.git

commit d4187b103270557544e1c5701c699b949d08d24f
Author: Wes McKinney <we...@twosigma.com>
AuthorDate: Mon Sep 18 11:31:12 2017 -0400

    Update Python wheel version to 0.7.0
---
 .travis.yml     | 2 +-
 appveyor.yml    | 6 +++---
 arrow           | 2 +-
 descriptor.json | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2738d94..81b974e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 env:
   global:
   - PLAT=x86_64
-  - BUILD_REF=apache-arrow-0.6.0
+  - BUILD_REF=apache-arrow-0.7.0
 language: python
 python: 3.5
 sudo: required
diff --git a/appveyor.yml b/appveyor.yml
index 67985c7..4cc4b76 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,9 +31,9 @@ environment:
   MSVC_DEFAULT_OPTIONS: ON
   BOOST_ROOT: C:\Libraries\boost_1_63_0
   BOOST_LIBRARYDIR: C:\Libraries\boost_1_63_0\lib64-msvc-14.0
-  pyarrow_version: 0.6.0
-  pyarrow_commit: b17333482ea1da3728538bc912b1053ba70ed2e7
-  parquet_commit: f8401b15ab83823470a0c404364be73270398d83
+  pyarrow_version: 0.7.0
+  pyarrow_commit: 97f9029ce835dfc2655ca91b9820a2e6aed89107
+  parquet_commit: 18ca3922e688a3a730d693ff8f2cfbfd65da8c46
 
 init:
   - set MINICONDA=C:\Miniconda35-x64
diff --git a/arrow b/arrow
index b173334..97f9029 160000
--- a/arrow
+++ b/arrow
@@ -1 +1 @@
-Subproject commit b17333482ea1da3728538bc912b1053ba70ed2e7
+Subproject commit 97f9029ce835dfc2655ca91b9820a2e6aed89107
diff --git a/descriptor.json b/descriptor.json
index 1b5c426..662e581 100644
--- a/descriptor.json
+++ b/descriptor.json
@@ -5,7 +5,7 @@
         "subject": "wesm"
     },
     "version": {
-        "name": "0.5.1.dev1"
+        "name": "0.7.0"
     },
     "files": [
         {

-- 
To stop receiving notification emails like this one, please contact
"commits@arrow.apache.org" <co...@arrow.apache.org>.