File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release 0.24.0
2
2
3
- * TileDB-Py 0.24.0 includes TileDB Embedded [ 2.18.0 ] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.0 )
3
+ * TileDB-Py 0.24.0 includes TileDB Embedded [ 2.18.2 ] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.2 )
4
4
5
5
## Improvements
6
6
Original file line number Diff line number Diff line change 8
8
${{ else }} :
9
9
TILEDBPY_VERSION : 0.24.0
10
10
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11
- LIBTILEDB_VERSION : 2.18.0
12
- LIBTILEDB_SHA : 71ca8b4ddc615e2ad124fb76427df65667850e5e
11
+ LIBTILEDB_VERSION : 2.18.2
12
+ LIBTILEDB_SHA : 9ae6e1a855cbbeac1e51cac2e02bbc4e20195214
13
13
LIBTILEDB_REPO : https://github.com/TileDB-Inc/TileDB
14
14
TILEDB_SRC : " $(Build.Repository.Localpath)/tiledb_src"
15
15
TILEDB_BUILD : " $(Build.Repository.Localpath)/tiledb_build"
Original file line number Diff line number Diff line change 20
20
# - this is for builds-from-source
21
21
# - release builds are controlled by `misc/azure-release.yml`
22
22
# - this should be set to the current core release, not `dev`
23
- TILEDB_VERSION = "2.18.0 "
23
+ TILEDB_VERSION = "2.18.2 "
24
24
25
25
# allow overriding w/ environment variable
26
26
TILEDB_VERSION = os .environ .get ("TILEDB_VERSION" ) or TILEDB_VERSION
You can’t perform that action at this time.
0 commit comments