Skip to content

Commit

Permalink
MINOR: [Release] Update versions for 15.0.1 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba authored Mar 13, 2024
1 parent 9eb30c7 commit 83aff2d
Show file tree
Hide file tree
Showing 7 changed files with 210 additions and 208 deletions.
137 changes: 69 additions & 68 deletions cpp/conda-linux-64.lock

Large diffs are not rendered by default.

149 changes: 75 additions & 74 deletions cpp/conda-linux-aarch64.lock

Large diffs are not rendered by default.

122 changes: 61 additions & 61 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.0
- libarrow==15.0.1
- sphinx
- gtest
- gmock
- pyarrow==15.0.0
- pyarrow==15.0.1
- 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.0"
version = "15.0.1"
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.0</arrow.version>
<arrow.version>15.0.1</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.0
pyarrow==15.0.1
pandas>=1.2.5
opentelemetry-api>=1.0.0
opentelemetry-sdk>=1.0.0

0 comments on commit 83aff2d

Please sign in to comment.