Skip to content

Commit 0238a37

Browse files
authored
Prepare 2.0.1 release (#1428)
1 parent 985e3e5 commit 0238a37

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyNWB Changelog
22

3-
## PyNWB 2.0.1 (Upcoming)
3+
## PyNWB 2.0.1 (March 16, 2022)
44

55
### Bug fixes:
66
- Add `environment-ros3.yml` to `MANIFEST.in` for inclusion in source distributions. @rly (#1398)
@@ -19,10 +19,12 @@
1919
@weiglszonja (#1403)
2020
- Improved constructor docstrings for Image types. @weiglszonja (#1418)
2121
- Added documentation for exporting NWB files. @rly (#1417)
22+
- Improved documentation formatting. @bendichter (#1438)
23+
- Minor text fixes. @bendichter (#1437, #1400)
2224

2325
### Minor improvements:
2426
- Added checks for data orientation in ``TimeSeries``, ``ElectricalSeries``, and ``RoiResponseSeries``.
25-
@bendichter (#1428)
27+
@bendichter (#1426)
2628
- Enhanced issue template forms on GitHub. @CodyCBakerPHD (#1434)
2729

2830

Legal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
“pynwb” Copyright (c) 2017-2021, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
1+
“pynwb” Copyright (c) 2017-2022, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
22

33
If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at [email protected].
44

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Citing NWB
9494
LICENSE
9595
=======
9696

97-
"pynwb" Copyright (c) 2017-2021, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
97+
"pynwb" Copyright (c) 2017-2022, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
9898
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
9999

100100
(1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
@@ -110,7 +110,7 @@ You are under no obligation whatsoever to provide any bug fixes, patches, or upg
110110
COPYRIGHT
111111
=========
112112

113-
"pynwb" Copyright (c) 2017-2021, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
113+
"pynwb" Copyright (c) 2017-2022, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
114114
If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at [email protected].
115115

116116
NOTICE. This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit other to do so.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
# General information about the project.
103103
project = u'PyNWB'
104-
copyright = u'2017-2021, Neurodata Without Borders'
104+
copyright = u'2017-2022, Neurodata Without Borders'
105105

106106
# The version info for the project you're documenting, acts as replacement for
107107
# |version| and |release|, also used in various other places throughout the

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
“pynwb” Copyright (c) 2017-2021, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
1+
“pynwb” Copyright (c) 2017-2022, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

0 commit comments

Comments
 (0)