Skip to content

Commit e1b22b3

Browse files
authored
Bump dev version to 2.21.0. (#4656)
--- TYPE: NO_HISTORY DESC: Bump dev version to 2.21.0.
1 parent 0da5c1a commit e1b22b3

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.20'
79+
version = '2.21'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '2.20.0'
81+
release = '2.21.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 20
30+
#define TILEDB_VERSION_MINOR 21
3131
#define TILEDB_VERSION_PATCH 0

0 commit comments

Comments
 (0)