Skip to content

Commit d65d422

Browse files
authored
Update dates and versions for 2.7.0 release (#572)
1 parent f352a93 commit d65d422

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.7.0-alpha"
10+
value: "2.7.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.7.0-alpha"
60+
version: "2.7.0"

docs/format/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def setup(app):
7676

7777
# General information about the project.
7878
project = u'NWB Format Specification'
79-
copyright = u'2017-2023, Neurodata Without Borders'
79+
copyright = u'2017-2024, Neurodata Without Borders'
8080

8181
# The version info for the project you're documenting, acts as replacement for
8282
# |version| and |release|, also used in various other places throughout the
@@ -85,7 +85,7 @@ def setup(app):
8585
# The short X.Y version.
8686
version = '2.7.0'
8787
# The full version, including alpha/beta/rc tags.
88-
release = '2.7.0-alpha'
88+
release = '2.7.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Release Notes
44
=============
55

6-
2.7.0 (Upcoming)
7-
----------------
6+
2.7.0 (February 7, 2024)
7+
------------------------
88

99
Minor changes
1010
^^^^^^^^^^^^^
@@ -15,7 +15,7 @@ Minor changes
1515
- Added support for ``NWBDataInterface`` and ``DynamicTable`` in ``NWBFile.stimulus``. (#559)
1616

1717
2.6.0 (January 17, 2023)
18-
-----------------------
18+
------------------------
1919

2020
Minor changes
2121
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)