Skip to content

Commit f219f16

Browse files
committed
Release 0.23.1 against TileDB 2.17.1
1 parent 799a434 commit f219f16

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.23.1
2+
3+
* TileDB-Py 0.23.1 includes TileDB Embedded [2.17.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.1)
4+
15
# Release 0.23.0
26

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

misc/azure-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.23.0
9+
TILEDBPY_VERSION: 0.23.1
1010
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11-
LIBTILEDB_VERSION: 2.17.0
12-
LIBTILEDB_SHA: 93c173dbe46278c76db49b8ae26a4d5d2384ecb0
11+
LIBTILEDB_VERSION: 2.17.1
12+
LIBTILEDB_SHA: 7c8c73b819b2b02f1ce8a982824400c203853d22
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
@@ -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.17.0"
27+
TILEDB_VERSION = "2.17.1"
2828

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

0 commit comments

Comments
 (0)