Skip to content

Commit

Permalink
Release 0.17.2 Against libtiledb 2.11.2 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Sep 12, 2022
1 parent 001f249 commit 9ea50e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand Down
6 changes: 3 additions & 3 deletions misc/azure-release.yml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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
Expand Down

0 comments on commit 9ea50e9

Please sign in to comment.