File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 77 attributes :
88 - name : nwb_version
99 dtype : text
10- value : 2.1.0
10+ value : 2.2.1
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 :
Original file line number Diff line number Diff 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.0
60+ version : 2.2.1
Original file line number Diff line number Diff line change @@ -76,16 +76,16 @@ def setup(app):
7676
7777# General information about the project.
7878project = u'NWB Format Specification'
79- copyright = u'2017, Neurodata Without Borders'
79+ copyright = u'2017-2020 , Neurodata Without Borders'
8080
8181# The version info for the project you're documenting, acts as replacement for
8282# |version| and |release|, also used in various other places throughout the
8383# built documents.
8484#
8585# The short X.Y version.
86- version = 'v2.0.0 '
86+ version = 'v2.2.1 '
8787# The full version, including alpha/beta/rc tags.
88- release = 'v2.0.0-beta'
88+ release = version
8989
9090# The language for content autogenerated by Sphinx. Refer to documentation
9191# for a list of supported languages.
Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ 2.2.1 (January 14, 2020)
5+ ------------------------
6+
7+ - Fixed incorrect version number in nwb.file.yaml.
8+
492.2.0 (January 6, 2020)
510-----------------------
611
You can’t perform that action at this time.
0 commit comments