Skip to content

Commit

Permalink
MINOR: [Release] Update versions for 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Feb 1, 2024
1 parent 36bcdd9 commit c876df1
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 266 deletions.
172 changes: 87 additions & 85 deletions cpp/conda-linux-64.lock

Large diffs are not rendered by default.

169 changes: 85 additions & 84 deletions cpp/conda-linux-aarch64.lock

Large diffs are not rendered by default.

183 changes: 92 additions & 91 deletions cpp/conda-osx-arm64.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cpp/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ channels:
dependencies:
- python=3.9
- compilers
- libarrow==14.0.0
- libarrow==15.0.0
- sphinx
- gtest
- gmock
- pyarrow==14.0.0
- pyarrow==15.0.0
- clang-tools
- zlib
4 changes: 2 additions & 2 deletions java/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
author = 'The Apache Software Foundation'
arrow_nightly=os.getenv("ARROW_NIGHTLY")
if arrow_nightly and arrow_nightly != '0':
version = "15.0.0-SNAPSHOT"
version = "16.0.0-SNAPSHOT"
else:
version = "14.0.0"
version = "15.0.0"
print(f"Running with Arrow version: {version}")

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion java/source/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<arrow.version>14.0.0</arrow.version>
<arrow.version>15.0.0</arrow.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx>=4.0.2
pyarrow==14.0.0
pyarrow==15.0.0
pandas>=1.2.5
opentelemetry-api>=1.0.0
opentelemetry-sdk>=1.0.0

0 comments on commit c876df1

Please sign in to comment.