Skip to content

Commit 850055b

Browse files
committed
Bump version to 0.23.5 against TileDB 2.17.5
1 parent 3316e85 commit 850055b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 0.23.5
2+
3+
* TileDB-Py 0.23.5 includes TileDB Embedded [2.17.5](https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.5)
4+
15
# Release 0.23.4
26

37
* TileDB-Py 0.23.4 includes TileDB Embedded [2.17.4](https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.4)

Diff for: misc/azure-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.24.0
9+
TILEDBPY_VERSION: 0.23.5
1010
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11-
LIBTILEDB_VERSION: 2.18.0
12-
LIBTILEDB_SHA: 71ca8b4ddc615e2ad124fb76427df65667850e5e
11+
LIBTILEDB_VERSION: 2.17.5
12+
LIBTILEDB_SHA: da891cf58f3dc842ec378ec3fe63c123c68c53d5
1313
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
1414
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
1515
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"

0 commit comments

Comments
 (0)