We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3084a0f commit ca51aa0Copy full SHA for ca51aa0
tiledb/doxygen/source/conf.py
@@ -76,9 +76,9 @@
76
author = 'TileDB, Inc.'
77
78
# The short X.Y version.
79
-version = '2.26'
+version = '2.27'
80
# The full version, including alpha/beta/rc tags.
81
-release = '2.26.0'
+release = '2.27.0'
82
83
# Breathe extension configuration.
84
doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/')
tiledb/sm/c_api/tiledb_version.h
@@ -27,5 +27,5 @@
27
*/
28
29
#define TILEDB_VERSION_MAJOR 2
30
-#define TILEDB_VERSION_MINOR 26
+#define TILEDB_VERSION_MINOR 27
31
#define TILEDB_VERSION_PATCH 0
0 commit comments