Skip to content

Commit

Permalink
Update dates and versions for 2.7.0 release (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Feb 7, 2024
1 parent f352a93 commit d65d422
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/nwb.file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion core/nwb.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions docs/format/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Release Notes
=============

2.7.0 (Upcoming)
----------------
2.7.0 (February 7, 2024)
------------------------

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

2.6.0 (January 17, 2023)
-----------------------
------------------------

Minor changes
^^^^^^^^^^^^^
Expand Down

0 comments on commit d65d422

Please sign in to comment.