Skip to content

Commit

Permalink
Update HISTORY for 2.17.3 (#4455)
Browse files Browse the repository at this point in the history
---
TYPE: NO_HISTORY
  • Loading branch information
ihnorton authored Oct 25, 2023
1 parent 909e78b commit 0c2de58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tiledb/doxygen/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down
2 changes: 1 addition & 1 deletion tiledb/sm/c_api/tiledb_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

#define TILEDB_VERSION_MAJOR 2
#define TILEDB_VERSION_MINOR 17
#define TILEDB_VERSION_PATCH 2
#define TILEDB_VERSION_PATCH 3

0 comments on commit 0c2de58

Please sign in to comment.