Skip to content

Commit 26900bd

Browse files
committed
Release 0.22.2 against TileDB 2.16.2
1 parent 2e89be4 commit 26900bd

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release 0.22.2
2+
3+
* TileDB-Py 0.22.2 includes TileDB Embedded [2.16.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.2)
4+
15
# Release 0.22.1
26

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

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.1
10-
LIBTILEDB_VERSION: 2.16.1
11-
LIBTILEDB_SHA: 3abc68f2ea48281f734d2f8a584f287541f1da94
9+
TILEDBPY_VERSION: 0.22.2
10+
LIBTILEDB_VERSION: 2.16.2
11+
LIBTILEDB_SHA: 07b65de96fbb9626180ba5014f958abba55b0832
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.1"
27+
TILEDB_VERSION = "2.16.2"
2828

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

0 commit comments

Comments
 (0)