Skip to content

Commit 6bd898c

Browse files
Update v0.6.2 release date, copyright year, authors (#560)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 33ca373 commit 6bd898c

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming
1+
# v0.6.2
22

33
### Deprecation
44
* Remove s3fs dependency, which was causing dependency management issues [#549](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/549)

docs/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
sys.path.insert(0, str(Path(__file__).resolve().parents[1]))
1212

1313
project = "NWBInspector"
14-
copyright = "2022-2024, CatalystNeuro"
15-
author = "Cody Baker, Ryan Ly, and Ben Dichter"
14+
copyright = "2022-2025, CatalystNeuro"
15+
author = (
16+
"Cody Baker, Steph Prince, Szonja Weigl, Heberto Mayorquin, Paul Adkisson, Luiz Tauffer, Ryan Ly, and Ben Dichter"
17+
)
1618

1719
extensions = [
1820
"sphinx.ext.doctest",

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
“nwbinspector” Copyright (c) 2022-2024, 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+
“nwbinspector” Copyright (c) 2022-2025, 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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nwbinspector"
7-
version = "0.6.1"
7+
version = "0.6.2"
88
description = "Tool to inspect NWB files for best practices compliance."
99
readme = "README.md"
1010
authors = [
@@ -14,6 +14,7 @@ authors = [
1414
{name = "Heberto Mayorquin"},
1515
{name = "Paul Adkisson"},
1616
{name = "Luiz Tauffer"},
17+
{name = "Ryan Ly"},
1718
{name = "Ben Dichter", email = "[email protected]"}
1819
]
1920
urls = { "Homepage" = "https://github.com/NeurodataWithoutBorders/nwbinspector" }

0 commit comments

Comments
 (0)