Skip to content

Commit

Permalink
Merge pull request #433 from NeurodataWithoutBorders/version_2.2.4
Browse files Browse the repository at this point in the history
Fix typo in nwb.ophys.yaml and create version 2.2.4
  • Loading branch information
oruebel committed Apr 14, 2020
2 parents 49f56dc + ca6c9ca commit 24fba61
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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.2.3
value: 2.2.4
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.2.3
version: 2.2.4
2 changes: 1 addition & 1 deletion core/nwb.ophys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ groups:
- name: imaging_rate
dtype: float32
doc: Rate that images are acquired, in Hz. If the corresponding TimeSeries is present, the rate should be stored
there instead.
there instead.
quantity: '?'
- name: indicator
dtype: text
Expand Down
2 changes: 1 addition & 1 deletion docs/format/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = 'v2.2.3'
version = 'v2.2.4'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
5 changes: 5 additions & 0 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

2.2.4 (April 14, 2020)
----------------------

- Fix typo in nwb.ophys.yaml that prevents proper parsing of the schema.

2.2.3 (April 13, 2020)
----------------------

Expand Down

0 comments on commit 24fba61

Please sign in to comment.