Skip to content

Commit ca51aa0

Browse files
authored
Bump dev version to 2.27.0. (#5241)
--- TYPE: NO_HISTORY DESC: Bump dev version to 2.27.0.
1 parent 3084a0f commit ca51aa0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tiledb/doxygen/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
author = 'TileDB, Inc.'
7777

7878
# The short X.Y version.
79-
version = '2.26'
79+
version = '2.27'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '2.26.0'
81+
release = '2.27.0'
8282

8383
# Breathe extension configuration.
8484
doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/')

tiledb/sm/c_api/tiledb_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
*/
2828

2929
#define TILEDB_VERSION_MAJOR 2
30-
#define TILEDB_VERSION_MINOR 26
30+
#define TILEDB_VERSION_MINOR 27
3131
#define TILEDB_VERSION_PATCH 0

0 commit comments

Comments
 (0)