Skip to content

Commit 7931e59

Browse files
authored
Update version number to 2.2.2 (#419)
* Update version number to 2.2.2 * Fix docs error
1 parent e83d58a commit 7931e59

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-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.1
10+
value: 2.2.2
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.1
60+
version: 2.2.2

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

docs/format/source/format_release_notes.rst

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

44
2.2.2 (March 2, 2020)
5-
----------------
5+
---------------------
66

77
- Fix shape and dims of `OpticalSeries.data` for color images
88
- Allow more than one `OpticalChannel` object in `ImagingPlane`
99
- Update hdmf-common-schema to 1.1.3. This fixes missing 'shape' and 'dims' key for types `VectorData`, `VectorIndex`, and `DynamicTableRegion`.
10-
- Revert changes to retinotopy.yaml in 2.1.0 which break backward compatibility and were not supported by the APIs in any case. Changes will be revisited in a future version.
10+
- Revert changes to retinotopy.yaml in 2.1.0 which break backward compatibility and were not supported by the APIs in any case. Changes will be revisited in a future version.
1111

1212
2.2.1 (January 14, 2020)
1313
------------------------
@@ -153,7 +153,7 @@ Release Notes
153153
- Set the default value for the dataset "format" to "raw" and clarified the documentation for ImageSeries
154154

155155
- See https://github.com/NeurodataWithoutBorders/nwb-schema/pull/308/files for details
156-
156+
157157
- Add required attribute ``object_id`` to all NWB Groups and Datasets with an assigned neurodata_type
158158

159159
- See https://nwb-schema.readthedocs.io/en/latest/format_description.html#common-attributes for details

0 commit comments

Comments
 (0)