From d28c19607362486ec5c259cd1168b1173fb1c5ed Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Mon, 9 Dec 2024 10:10:31 -0800 Subject: [PATCH] Update version and release notes --- core/nwb.file.yaml | 2 +- core/nwb.namespace.yaml | 2 +- docs/format/source/conf.py | 4 ++-- docs/format/source/format_release_notes.rst | 7 +++++++ 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/core/nwb.file.yaml b/core/nwb.file.yaml index e9d146e..8a882cd 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -7,7 +7,7 @@ groups: attributes: - name: nwb_version dtype: text - value: "2.8.0" + value: "2.9.0-alpha" doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the name of the format with trailing major, minor and patch numbers. datasets: diff --git a/core/nwb.namespace.yaml b/core/nwb.namespace.yaml index dd967ef..d249e30 100644 --- a/core/nwb.namespace.yaml +++ b/core/nwb.namespace.yaml @@ -57,4 +57,4 @@ namespaces: - doc: This source module contains neurodata_type for retinotopy data. source: nwb.retinotopy.yaml title: Retinotopy - version: "2.8.0" + version: "2.9.0-alpha" diff --git a/docs/format/source/conf.py b/docs/format/source/conf.py index 0a2f836..30cb4f9 100644 --- a/docs/format/source/conf.py +++ b/docs/format/source/conf.py @@ -83,9 +83,9 @@ def setup(app): # built documents. # # The short X.Y version. -version = '2.8.0' +version = '2.9.0' # The full version, including alpha/beta/rc tags. -release = '2.8.0' +release = '2.9.0-alpha' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index 4fafbd9..a8eb3fc 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -3,6 +3,13 @@ Release Notes ============= +2.9.0 (Upcoming) +---------------- + +Minor changes +^^^^^^^^^^^^^ +- Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600) + 2.8.0 (November 24, 2024) -------------------------