Skip to content

Commit

Permalink
Prepare 2.4.0 release (#485)
Browse files Browse the repository at this point in the history
* Prepare 2.4.0 release

* Remove accidental include of retinotopy0.yaml
  • Loading branch information
rly committed Aug 10, 2021
1 parent c8f2d0b commit 884b90a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Prepare for release of nwb-schema [version]
- [ ] Update legal file dates and information in `Legal.txt`, `license.txt`, `README.md`, `docs/format/source/conf.py`,
and any other locations as needed
- [ ] Update `README.rst` as needed
- [ ] Update the version string in `docs/format/source/conf.py`, `common/namespace.yaml`, and `/core/nwb.file.yaml`
- [ ] Update the version string in `docs/format/source/conf.py`, `core/nwb.namespace.yaml`, and `core/nwb.file.yaml`
(remove "-alpha" suffix)
- [ ] Update `docs/format/source/conf.py` as needed
- [ ] Update release notes (set release date) in `docs/format/source/format_release_notes.rst` and any other docs as
Expand Down
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.4.0-alpha"
value: "2.4.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.4.0-alpha"
version: "2.4.0"
2 changes: 1 addition & 1 deletion docs/format/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def setup(app):
# The short X.Y version.
version = '2.4.0'
# The full version, including alpha/beta/rc tags.
release = '2.4.0-alpha'
release = '2.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Release Notes
=============

2.4.0 (Aug. 11, 2021)
--------------------
---------------------

Major changes
^^^^^^^^^^^^^
Expand Down

0 comments on commit 884b90a

Please sign in to comment.