Skip to content

Commit

Permalink
Update version number to 2.2.2 (#419)
Browse files Browse the repository at this point in the history
* Update version number to 2.2.2

* Fix docs error
  • Loading branch information
rly committed Mar 3, 2020
1 parent e83d58a commit 7931e59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1
value: 2.2.2
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.1
version: 2.2.2
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.1'
version = 'v2.2.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
6 changes: 3 additions & 3 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Release Notes
=============

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

- Fix shape and dims of `OpticalSeries.data` for color images
- Allow more than one `OpticalChannel` object in `ImagingPlane`
- Update hdmf-common-schema to 1.1.3. This fixes missing 'shape' and 'dims' key for types `VectorData`, `VectorIndex`, and `DynamicTableRegion`.
- 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.
- 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.

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

- See https://github.com/NeurodataWithoutBorders/nwb-schema/pull/308/files for details

- Add required attribute ``object_id`` to all NWB Groups and Datasets with an assigned neurodata_type

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

0 comments on commit 7931e59

Please sign in to comment.