Skip to content

Commit

Permalink
Release 0.22.3 against TileDB 2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Aug 15, 2023
1 parent c66bf6a commit 64b0a01
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release 0.22.3

* TileDB-Py 0.22.3 includes TileDB Embedded [2.16.3](https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.3)

## Improvements

* Wrap Delta filter. [#1710](https://github.com/TileDB-Inc/TileDB-Py/pull/1710)

# Release 0.22.2

* TileDB-Py 0.22.2 includes TileDB Embedded [2.16.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.2)
Expand Down
6 changes: 3 additions & 3 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ stages:
LIBTILEDB_VERSION: dev
LIBTILEDB_SHA: dev
${{ else }}:
TILEDBPY_VERSION: 0.22.2
LIBTILEDB_VERSION: 2.16.2
LIBTILEDB_SHA: 07b65de96fbb9626180ba5014f958abba55b0832
TILEDBPY_VERSION: 0.22.3
LIBTILEDB_VERSION: 2.16.3
LIBTILEDB_SHA: 194b5ae2941d7b6631fba367a7afdd79350332e7
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 @@ -24,7 +24,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.16.2"
TILEDB_VERSION = "2.16.3"

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

0 comments on commit 64b0a01

Please sign in to comment.