Skip to content

Commit

Permalink
Update HISTORY for 0.26.2 (#1913)
Browse files Browse the repository at this point in the history
Update HISTORY and version for 0.26.2
  • Loading branch information
ihnorton committed Mar 6, 2024
1 parent 4f5e260 commit 96fea63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.md
@@ -1,8 +1,9 @@
# Next
# Release 0.26.1

## Improvements

* For compatibility with fsspec and rasterio, `isdir()`, `isfile()`, and `size()` aliases have been added to the `VFS` class (#1902).
* Added API support for TileDB aggregates. [#1889](https://github.com/TileDB-Inc/TileDB-Py/pull/1889)
* For compatibility with fsspec and rasterio, `isdir()`, `isfile()`, and `size()` aliases have been added to the `VFS` class. [#1902](https://github.com/TileDB-Inc/TileDB-Py/pull/1902).

# Release 0.26.1

Expand Down
2 changes: 1 addition & 1 deletion misc/azure-release.yml
Expand Up @@ -6,7 +6,7 @@ stages:
LIBTILEDB_VERSION: dev
LIBTILEDB_SHA: dev
${{ else }}:
TILEDBPY_VERSION: 0.26.0
TILEDBPY_VERSION: 0.26.2
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
LIBTILEDB_VERSION: "2.20.1"
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
Expand Down

0 comments on commit 96fea63

Please sign in to comment.