Skip to content

Commit

Permalink
MINOR: [Release] Update versions for 15.0.2 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba authored Apr 11, 2024
1 parent 83aff2d commit b50cfa0
Show file tree
Hide file tree
Showing 7 changed files with 140 additions and 140 deletions.
79 changes: 39 additions & 40 deletions cpp/conda-linux-64.lock

Large diffs are not rendered by default.

81 changes: 41 additions & 40 deletions cpp/conda-linux-aarch64.lock

Large diffs are not rendered by default.

110 changes: 55 additions & 55 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==15.0.1
- libarrow==15.0.2
- sphinx
- gtest
- gmock
- pyarrow==15.0.1
- pyarrow==15.0.2
- clang-tools
- zlib
2 changes: 1 addition & 1 deletion java/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if arrow_nightly and arrow_nightly != '0':
version = "16.0.0-SNAPSHOT"
else:
version = "15.0.1"
version = "15.0.2"
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>15.0.1</arrow.version>
<arrow.version>15.0.2</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==15.0.1
pyarrow==15.0.2
pandas>=1.2.5
opentelemetry-api>=1.0.0
opentelemetry-sdk>=1.0.0

0 comments on commit b50cfa0

Please sign in to comment.