Skip to content

Commit 521dcbf

Browse files
authored
Release 0.24.0 against TileDB 2.18.2 (#1871)
1 parent 826c633 commit 521dcbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release 0.24.0
22

3-
* TileDB-Py 0.24.0 includes TileDB Embedded [2.18.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.0)
3+
* TileDB-Py 0.24.0 includes TileDB Embedded [2.18.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.2)
44

55
## Improvements
66

misc/azure-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ stages:
88
${{ else }}:
99
TILEDBPY_VERSION: 0.24.0
1010
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11-
LIBTILEDB_VERSION: 2.18.0
12-
LIBTILEDB_SHA: 71ca8b4ddc615e2ad124fb76427df65667850e5e
11+
LIBTILEDB_VERSION: 2.18.2
12+
LIBTILEDB_SHA: 9ae6e1a855cbbeac1e51cac2e02bbc4e20195214
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"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# - this is for builds-from-source
2121
# - release builds are controlled by `misc/azure-release.yml`
2222
# - this should be set to the current core release, not `dev`
23-
TILEDB_VERSION = "2.18.0"
23+
TILEDB_VERSION = "2.18.2"
2424

2525
# allow overriding w/ environment variable
2626
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

0 commit comments

Comments
 (0)