Skip to content

Commit 49f56dc

Browse files
authored
Update version string to 2.2.3 (#432)
* Update version string to 2.2.3 * Update format_release_notes.rst
1 parent fd21d45 commit 49f56dc

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
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.2
10+
value: 2.2.3
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.2
60+
version: 2.2.3

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.2'
86+
version = 'v2.2.3'
8787
# The full version, including alpha/beta/rc tags.
8888
release = version
8989

docs/format/source/format_release_notes.rst

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

4-
2.2.3 (Upcoming)
5-
----------------
6-
- Make `ImagingPlane.imaging_rate` optional
4+
2.2.3 (April 13, 2020)
5+
----------------------
6+
7+
- Move nested type definitions to root of YAML files. This does not functionally change the schema but simplifies parsing of the schema and extensions by APIs.
8+
- Make `ImagingPlane.imaging_rate` optional to handle cases where an imaging plane is associated with multiple time series with different rates.
9+
- Add release process documentation.
710

811
2.2.2 (March 2, 2020)
912
---------------------

0 commit comments

Comments
 (0)