File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Release 0.23.5
2
+
3
+ * TileDB-Py 0.23.5 includes TileDB Embedded [ 2.17.5] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.5 )
4
+
1
5
# Release 0.23.4
2
6
3
7
* TileDB-Py 0.23.4 includes TileDB Embedded [ 2.17.4] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.4 )
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ stages:
6
6
LIBTILEDB_VERSION : dev
7
7
LIBTILEDB_SHA : dev
8
8
${{ else }} :
9
- TILEDBPY_VERSION : 0.24.0
9
+ TILEDBPY_VERSION : 0.23.5
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.17.5
12
+ LIBTILEDB_SHA : da891cf58f3dc842ec378ec3fe63c123c68c53d5
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"
You can’t perform that action at this time.
0 commit comments