diff --git a/HISTORY.md b/HISTORY.md index f11812eff8..e784872f9e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -# In Progress +# TileDB-Py 0.17.3 Release Notes ## API Changes * Add ability to pass shape tuple to empty_like [#1316](https://github.com/TileDB-Inc/TileDB-Py/pull/1316) diff --git a/misc/azure-release.yml b/misc/azure-release.yml index 49aa75faf0..e065def3b7 100644 --- a/misc/azure-release.yml +++ b/misc/azure-release.yml @@ -6,9 +6,9 @@ stages: LIBTILEDB_VERSION: dev LIBTILEDB_SHA: dev ${{ else }}: - TILEDBPY_VERSION: 0.17.2 - LIBTILEDB_VERSION: 2.11.1 - LIBTILEDB_SHA: 15a11618e43459d9e5582971752584d44bd401c4 + TILEDBPY_VERSION: 0.17.3 + LIBTILEDB_VERSION: 2.11.2 + LIBTILEDB_SHA: 6ad6f767216bb26718632f9155e9d907340e62f4 LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src" TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build" diff --git a/setup.py b/setup.py index 0f9e3daa9d..c9754844e2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ### DO NOT USE ON CI # Target branch: Note that this should be set to the current core release, not `dev` -TILEDB_VERSION = "2.11.1" +TILEDB_VERSION = "2.11.2" # allow overriding w/ environment variable TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION