From 0c2de5830bdce30cc0488053636eaa26129bffb0 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Wed, 25 Oct 2023 02:36:39 -0400 Subject: [PATCH] Update HISTORY for 2.17.3 (#4455) --- TYPE: NO_HISTORY --- HISTORY.md | 10 ++++++++++ tiledb/doxygen/source/conf.py | 2 +- tiledb/sm/c_api/tiledb_version.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e296093fe14..8491c43b6ce 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +# TileDB v2.17.3 Release Notes + +## Improvements + +* Allow for empty enumerations [#4423](https://github.com/TileDB-Inc/TileDB/pull/4423) + +## API changes + +* Add `ArraySchemaEvolution::extend_enumeration` [#4445](https://github.com/TileDB-Inc/TileDB/pull/4445) + # TileDB v2.17.2 Release Notes ## Defects removed diff --git a/tiledb/doxygen/source/conf.py b/tiledb/doxygen/source/conf.py index 2e3699c8255..e408a99367d 100644 --- a/tiledb/doxygen/source/conf.py +++ b/tiledb/doxygen/source/conf.py @@ -78,7 +78,7 @@ # The short X.Y version. version = '2.17' # The full version, including alpha/beta/rc tags. -release = '2.17.2' +release = '2.17.3' # Breathe extension configuration. doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/') diff --git a/tiledb/sm/c_api/tiledb_version.h b/tiledb/sm/c_api/tiledb_version.h index 6c5096e5f3a..b4105c63a22 100644 --- a/tiledb/sm/c_api/tiledb_version.h +++ b/tiledb/sm/c_api/tiledb_version.h @@ -28,4 +28,4 @@ #define TILEDB_VERSION_MAJOR 2 #define TILEDB_VERSION_MINOR 17 -#define TILEDB_VERSION_PATCH 2 +#define TILEDB_VERSION_PATCH 3