File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Release 0.22.2
2
+
3
+ * TileDB-Py 0.22.2 includes TileDB Embedded [ 2.16.2] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.2 )
4
+
1
5
# Release 0.22.1
2
6
3
7
* TileDB-Py 0.22.1 includes TileDB Embedded [ 2.16.1] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.1 )
Original file line number Diff line number Diff line change 6
6
LIBTILEDB_VERSION : dev
7
7
LIBTILEDB_SHA : dev
8
8
${{ else }} :
9
- TILEDBPY_VERSION : 0.22.1
10
- LIBTILEDB_VERSION : 2.16.1
11
- LIBTILEDB_SHA : 3abc68f2ea48281f734d2f8a584f287541f1da94
9
+ TILEDBPY_VERSION : 0.22.2
10
+ LIBTILEDB_VERSION : 2.16.2
11
+ LIBTILEDB_SHA : 07b65de96fbb9626180ba5014f958abba55b0832
12
12
LIBTILEDB_REPO : https://github.com/TileDB-Inc/TileDB
13
13
TILEDB_SRC : " $(Build.Repository.Localpath)/tiledb_src"
14
14
TILEDB_BUILD : " $(Build.Repository.Localpath)/tiledb_build"
Original file line number Diff line number Diff line change 24
24
# - this is for builds-from-source
25
25
# - release builds are controlled by `misc/azure-release.yml`
26
26
# - this should be set to the current core release, not `dev`
27
- TILEDB_VERSION = "2.16.1 "
27
+ TILEDB_VERSION = "2.16.2 "
28
28
29
29
# allow overriding w/ environment variable
30
30
TILEDB_VERSION = os .environ .get ("TILEDB_VERSION" ) or TILEDB_VERSION
You can’t perform that action at this time.
0 commit comments