Skip to content

Commit

Permalink
Update version string to 2.2.3 (#432)
Browse files Browse the repository at this point in the history
* Update version string to 2.2.3

* Update format_release_notes.rst
  • Loading branch information
rly committed Apr 14, 2020
1 parent fd21d45 commit 49f56dc
Show file tree
Hide file tree
Showing 4 changed files with 9 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.2
value: 2.2.3
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.2
version: 2.2.3
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.2'
version = 'v2.2.3'
# The full version, including alpha/beta/rc tags.
release = version

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

2.2.3 (Upcoming)
----------------
- Make `ImagingPlane.imaging_rate` optional
2.2.3 (April 13, 2020)
----------------------

- 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.
- Make `ImagingPlane.imaging_rate` optional to handle cases where an imaging plane is associated with multiple time series with different rates.
- Add release process documentation.

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

0 comments on commit 49f56dc

Please sign in to comment.