Skip to content

Commit f995abe

Browse files
committed
Release 0.22.3 against TileDB 2.16.3
1 parent fef7336 commit f995abe

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.22.3
2+
3+
* TileDB-Py 0.22.3 includes TileDB Embedded [2.16.3](https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.3)
4+
5+
## Improvements
6+
7+
* Wrap Delta filter. [#1710](https://github.com/TileDB-Inc/TileDB-Py/pull/1710)
8+
19
# Release 0.22.2
210

311
* TileDB-Py 0.22.2 includes TileDB Embedded [2.16.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.2)

misc/azure-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.22.2
10-
LIBTILEDB_VERSION: 2.16.2
11-
LIBTILEDB_SHA: 07b65de96fbb9626180ba5014f958abba55b0832
9+
TILEDBPY_VERSION: 0.22.3
10+
LIBTILEDB_VERSION: 2.16.3
11+
LIBTILEDB_SHA: 194b5ae2941d7b6631fba367a7afdd79350332e7
1212
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
1313
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
1414
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# - this is for builds-from-source
2525
# - release builds are controlled by `misc/azure-release.yml`
2626
# - this should be set to the current core release, not `dev`
27-
TILEDB_VERSION = "2.16.2"
27+
TILEDB_VERSION = "2.16.3"
2828

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

0 commit comments

Comments
 (0)