diff --git a/core/nwb.file.yaml b/core/nwb.file.yaml index c3da4af..91e0b86 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -7,7 +7,7 @@ groups: attributes: - name: nwb_version dtype: text - value: "2.7.0-alpha" + value: "2.7.0" 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 2467c99..4f8da78 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.7.0-alpha" + version: "2.7.0" diff --git a/docs/format/source/conf.py b/docs/format/source/conf.py index 715cb2a..fb644eb 100644 --- a/docs/format/source/conf.py +++ b/docs/format/source/conf.py @@ -76,7 +76,7 @@ def setup(app): # General information about the project. project = u'NWB Format Specification' -copyright = u'2017-2023, Neurodata Without Borders' +copyright = u'2017-2024, Neurodata Without Borders' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -85,7 +85,7 @@ def setup(app): # The short X.Y version. version = '2.7.0' # The full version, including alpha/beta/rc tags. -release = '2.7.0-alpha' +release = '2.7.0' # 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 b9fc0df..5c9e23c 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -3,7 +3,7 @@ Release Notes ============= -2.7.0 (Upcoming) +2.7.0 (February 7, 2024) ---------------- Minor changes