Skip to content

Commit b53b861

Browse files
committed
Update version string to 2.2.4
1 parent 6b2ca91 commit b53b861

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

0 commit comments

Comments
 (0)