Skip to content

Commit

Permalink
Release 0.14.2 Against 2.8.2 (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv authored Apr 27, 2022
1 parent ed02069 commit a39d666
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# In Progress
# TileDB-Py 0.14.2 Release Notes

## TileDB Embedded updates:
* TileDB-Py 0.14.2 includes TileDB Embedded [TileDB 2.8.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.8.2)

## Improvements
* Add `Group` and `Object` to docs [#1040](https://github.com/TileDB-Inc/TileDB-Py/pull/1040)
Expand Down
6 changes: 3 additions & 3 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ stages:
LIBTILEDB_VERSION: dev
LIBTILEDB_SHA: dev
${{ else }}:
TILEDBPY_VERSION: 0.14.1
LIBTILEDB_VERSION: 2.8.1
LIBTILEDB_SHA: e9a945c4591f643ee9f183b1c9455b1eb848945f
TILEDBPY_VERSION: 0.14.2
LIBTILEDB_VERSION: 2.8.2
LIBTILEDB_SHA: 6f382df7798ed982aa80676035cb2ba79f7b3e77
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
### DO NOT USE ON CI

# Target branch
TILEDB_VERSION = "2.8.1"
TILEDB_VERSION = "2.8.2"
# allow overriding w/ environment variable
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

Expand Down

0 comments on commit a39d666

Please sign in to comment.