diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md index ad8663af..e5fdda61 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -4,7 +4,7 @@ Prepare for release of HDMF-Zarr [version] - [ ] Make sure all PRs to be included in this release have been merged to `dev`. - [ ] Major and minor releases: Update dependency ranges in `pyproject.toml` and minimums in `requirements-min.txt` as needed. -- [ ] Check legal file dates and information in `Legal.txt`, `license.txt`, `README.rst`, `docs/source/conf.py`, +- [ ] Check legal file dates and information in `License.txt`, `README.rst`, `docs/source/conf.py`, and any other locations as needed - [ ] Update `pyproject.toml` as needed - [ ] Update `README.rst` as needed diff --git a/.github/workflows/HDMF_dev.yaml b/.github/workflows/HDMF_dev.yaml index 1ecc4fde..a95ec97d 100644 --- a/.github/workflows/HDMF_dev.yaml +++ b/.github/workflows/HDMF_dev.yaml @@ -27,8 +27,7 @@ jobs: run: | git clone https://github.com/hdmf-dev/hdmf.git --recurse-submodules cd hdmf - python -m pip install -r requirements-dev.txt -r requirements.txt - python -m pip install . + python -m pip install ".[test]" cd .. - name: Run HDMF_Zarr Tests diff --git a/CHANGELOG.md b/CHANGELOG.md index e931b8ce..17172c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # HDMF-ZARR Changelog -## [Unreleased] +## 0.11.0 January 17, 2025 ### Changed * Adopted changelog format conventions: https://keepachangelog.com/en/1.0.0/ . @rly [#254](https://github.com/hdmf-dev/hdmf-zarr/pull/254) diff --git a/LICENSE.txt b/LICENSE.txt index d2095139..b2dfa670 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -“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. +“hdmf-zarr” Copyright (c) 2017-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. 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 65ca8efc..d940a64b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,7 +42,7 @@ # -- Project information ----------------------------------------------------- project = 'hdmf_zarr' -copyright = '2017-2024, Oliver Ruebel' +copyright = '2017-2025, Oliver Ruebel' author = 'Oliver Ruebel, Matthew Avaylon' # The short X.Y version.