Skip to content

Commit 2cd33d3

Browse files
ihnortonypatia
andauthored
Update HISTORY and bump version for 2.29.2 (#5679)
Update HISTORY and bump version for 2.29.2 --- TYPE: NO_HISTORY --------- Co-authored-by: Ypatia Tsavliri <[email protected]>
1 parent f9cb375 commit 2cd33d3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# TileDB v2.29.2 Release Notes
2+
3+
4+
## Defects removed
5+
* Fix dense fragment domains during global order write with maximum fragment size [#5676](https://github.com/TileDB-Inc/TileDB/pull/5676)
6+
7+
18
# TileDB v2.29.1 Release Notes
29

310

tiledb/doxygen/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# The short X.Y version.
7979
version = '2.29'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '2.29.1'
81+
release = '2.29.2'
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
@@ -28,4 +28,4 @@
2828

2929
#define TILEDB_VERSION_MAJOR 2
3030
#define TILEDB_VERSION_MINOR 29
31-
#define TILEDB_VERSION_PATCH 1
31+
#define TILEDB_VERSION_PATCH 2

0 commit comments

Comments
 (0)