Skip to content

Commit

Permalink
Release 0.24.0 against TileDB 2.18.2 (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Nov 29, 2023
1 parent 826c633 commit 521dcbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release 0.24.0

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

## Improvements

Expand Down
4 changes: 2 additions & 2 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ stages:
${{ else }}:
TILEDBPY_VERSION: 0.24.0
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
LIBTILEDB_VERSION: 2.18.0
LIBTILEDB_SHA: 71ca8b4ddc615e2ad124fb76427df65667850e5e
LIBTILEDB_VERSION: 2.18.2
LIBTILEDB_SHA: 9ae6e1a855cbbeac1e51cac2e02bbc4e20195214
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# - this is for builds-from-source
# - release builds are controlled by `misc/azure-release.yml`
# - this should be set to the current core release, not `dev`
TILEDB_VERSION = "2.18.0"
TILEDB_VERSION = "2.18.2"

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

0 comments on commit 521dcbf

Please sign in to comment.