Skip to content

Commit 884b90a

Browse files
authored
Prepare 2.4.0 release (#485)
* Prepare 2.4.0 release * Remove accidental include of retinotopy0.yaml
1 parent c8f2d0b commit 884b90a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/PULL_REQUEST_TEMPLATE/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Prepare for release of nwb-schema [version]
55
- [ ] Update legal file dates and information in `Legal.txt`, `license.txt`, `README.md`, `docs/format/source/conf.py`,
66
and any other locations as needed
77
- [ ] Update `README.rst` as needed
8-
- [ ] Update the version string in `docs/format/source/conf.py`, `common/namespace.yaml`, and `/core/nwb.file.yaml`
8+
- [ ] Update the version string in `docs/format/source/conf.py`, `core/nwb.namespace.yaml`, and `core/nwb.file.yaml`
99
(remove "-alpha" suffix)
1010
- [ ] Update `docs/format/source/conf.py` as needed
1111
- [ ] Update release notes (set release date) in `docs/format/source/format_release_notes.rst` and any other docs as

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.4.0-alpha"
10+
value: "2.4.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.4.0-alpha"
60+
version: "2.4.0"

docs/format/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def setup(app):
8585
# The short X.Y version.
8686
version = '2.4.0'
8787
# The full version, including alpha/beta/rc tags.
88-
release = '2.4.0-alpha'
88+
release = '2.4.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Release Notes
22
=============
33

44
2.4.0 (Aug. 11, 2021)
5-
--------------------
5+
---------------------
66

77
Major changes
88
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)