Skip to content

Commit 24fba61

Browse files
authored
Merge pull request #433 from NeurodataWithoutBorders/version_2.2.4
Fix typo in nwb.ophys.yaml and create version 2.2.4
2 parents 49f56dc + ca6c9ca commit 24fba61

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
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.2.3
10+
value: 2.2.4
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.2.3
60+
version: 2.2.4

core/nwb.ophys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ groups:
181181
- name: imaging_rate
182182
dtype: float32
183183
doc: Rate that images are acquired, in Hz. If the corresponding TimeSeries is present, the rate should be stored
184-
there instead.
184+
there instead.
185185
quantity: '?'
186186
- name: indicator
187187
dtype: text

docs/format/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def setup(app):
8383
# built documents.
8484
#
8585
# The short X.Y version.
86-
version = 'v2.2.3'
86+
version = 'v2.2.4'
8787
# The full version, including alpha/beta/rc tags.
8888
release = version
8989

docs/format/source/format_release_notes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
=============
33

4+
2.2.4 (April 14, 2020)
5+
----------------------
6+
7+
- Fix typo in nwb.ophys.yaml that prevents proper parsing of the schema.
8+
49
2.2.3 (April 13, 2020)
510
----------------------
611

0 commit comments

Comments
 (0)