Skip to content

Commit 8d39f03

Browse files
authored
Set version to 2.8.0
1 parent 473fcc4 commit 8d39f03

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

core/nwb.file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ groups:
77
attributes:
88
- name: nwb_version
99
dtype: text
10-
value: "2.8.0-alpha"
10+
value: "2.8.0"
1111
doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the
1212
name of the format with trailing major, minor and patch numbers.
1313
datasets:

core/nwb.namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ namespaces:
5757
- doc: This source module contains neurodata_type for retinotopy data.
5858
source: nwb.retinotopy.yaml
5959
title: Retinotopy
60-
version: "2.8.0-alpha"
60+
version: "2.8.0"

docs/format/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ def setup(app):
8383
# built documents.
8484
#
8585
# The short X.Y version.
86-
version = '2.8.0-alpha'
86+
version = '2.8.0'
8787
# The full version, including alpha/beta/rc tags.
88-
release = '2.8.0-alpha'
88+
release = '2.8.0'
8989

9090
# The language for content autogenerated by Sphinx. Refer to documentation
9191
# for a list of supported languages.

docs/format/source/format_release_notes.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
Release Notes
44
=============
55

6-
2.8.0 (Upcoming)
7-
------------------------
6+
2.8.0 (November 19, 2024)
7+
-------------------------
88

9-
Minor changes
9+
Major changes
1010
^^^^^^^^^^^^^
11-
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information (#578)
1211
- Deprecated ``EventWaveform`` neurodata type. (#584)
1312
- Deprecated ``ImageMaskSeries`` neurodata type. (#583)
13+
14+
Minor changes
15+
^^^^^^^^^^^^^
16+
- Added optional ``was_generated_by`` attribute to ``NWBFile`` to store provenance information. (#578)
1417
- Made ``band_mean`` and ``band_std`` in ``DecompositionSeries`` optional. (#593)
15-
- Added ``Device.model_number``, ``Device.model_name``, ``Device.serial_number`` (#594)
18+
- Added ``Device.model_number``, ``Device.model_name``, ``Device.serial_number``. (#594)
1619

1720
2.7.0 (February 7, 2024)
1821
------------------------

0 commit comments

Comments
 (0)