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.23.1
2
+
3
+ * TileDB-Py 0.23.1 includes TileDB Embedded [ 2.17.1] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.1 )
4
+
1
5
# Release 0.23.0
2
6
3
7
* TileDB-Py 0.23.0 includes TileDB Embedded [ 2.17.0] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.0 )
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.23.0
9
+ TILEDBPY_VERSION : 0.23.1
10
10
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11
- LIBTILEDB_VERSION : 2.17.0
12
- LIBTILEDB_SHA : 93c173dbe46278c76db49b8ae26a4d5d2384ecb0
11
+ LIBTILEDB_VERSION : 2.17.1
12
+ LIBTILEDB_SHA : 7c8c73b819b2b02f1ce8a982824400c203853d22
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 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.17.0 "
27
+ TILEDB_VERSION = "2.17.1 "
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