Skip to content

Commit

Permalink
Update version string to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Apr 19, 2021
1 parent 660b6ac commit 5fef0d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespaces:
- doc: data types for different types of sparse matrices
source: sparse.yaml
title: Sparse data types
version: 1.5.0-alpha
version: 1.5.0

- name: hdmf-experimental
doc: Experimental data structures provided by HDMF. These are not guaranteed to be available in the future
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def setup(app):
# The short X.Y version.
version = 'v1.5.0'
# The full version, including alpha/beta/rc tags.
release = 'v1.5.0-alpha'
release = 'v1.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/format_release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
hdmf-common Release Notes
=========================

1.5.0 (Upcoming)
1.5.0 (April 19, 2021)
-------------------------
- Added ``AlignedDynamicTable`` which defines a ``DynamicTable`` that supports storing a collection of sub-tables.
- Added ``AlignedDynamicTable``, which defines a ``DynamicTable`` that supports storing a collection of sub-tables.
Each sub-table is itself a ``DynamicTable`` that is aligned with the main table by row index. Each sub-table
defines a sub-category in the main table effectively creating a table with sub-headings to organize columns.

Expand Down

0 comments on commit 5fef0d5

Please sign in to comment.