diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eba411c..0a763c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # HDMF-ZARR Changelog -## 0.6.0 (Upcoming) +## 0.6.0 (February 21, 2024) ### Enhancements * Enhanced `ZarrIO` and `ZarrDataIO` to infer io settings (e.g., chunking and compression) from HDF5 datasets to preserve storage settings on export if possible @oruebel [#153](https://github.com/hdmf-dev/hdmf-zarr/pull/153) diff --git a/LICENSE.txt b/LICENSE.txt index 59e35d87..d2095139 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -“hdmf-zarr” 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. +“hdmf-zarr” Copyright (c) 2017-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. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/docs/source/conf.py b/docs/source/conf.py index 5405b8cf..a3c08a2f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,7 +42,7 @@ # -- Project information ----------------------------------------------------- project = 'hdmf_zarr' -copyright = '2022, Oliver Ruebel' +copyright = '2017-2024, Oliver Ruebel' author = 'Oliver Ruebel, Matthew Avaylon' # The short X.Y version.