Skip to content

Commit

Permalink
Release 3.13 (#1074)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update release.md

* updates

* Update .github/PULL_REQUEST_TEMPLATE/release.md

Co-authored-by: Steph Prince <[email protected]>

* Update pyproject.toml

---------

Co-authored-by: Steph Prince <[email protected]>
  • Loading branch information
mavaylon1 and stephprince authored Mar 20, 2024
1 parent c79d238 commit a6f51ff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Prepare for release of HDMF [version]
and any other locations as needed
- [ ] Update `pyproject.toml` as needed
- [ ] Update `README.rst` as needed
- [ ] Update `src/hdmf/common/hdmf-common-schema` submodule as needed. Check the version number and commit SHA manually
- [ ] Update `src/hdmf/common/hdmf-common-schema` submodule as needed. Check the version number and commit SHA manually. Make sure we are using the latest release and not the latest commit on the `main` branch.
- [ ] Update changelog (set release date) in `CHANGELOG.md` and any other docs as needed
- [ ] Run tests locally including gallery tests, and inspect all warnings and outputs
(`pytest && python test_gallery.py`)
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HDMF Changelog

## HDMF 3.13.0 (Upcoming)
## HDMF 3.13.0 (March 20, 2024)

### Enhancements
- Added docs page that lists limitations of support for the HDMF specification language. @rly [#1069](https://github.com/hdmf-dev/hdmf/pull/1069)
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: BSD License",
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",
Expand Down
12 changes: 6 additions & 6 deletions requirements-opt.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# pinned dependencies that are optional. used to reproduce an entire development environment to use HDMF
tqdm==4.66.1
zarr==2.16.1
linkml-runtime==1.6.0; python_version >= "3.9"
schemasheets==0.1.24; python_version >= "3.9"
oaklib==0.5.20; python_version >= "3.9"
pydantic==1.10.13 # linkml-runtime 1.6.0 and related packages require pydantic<2
tqdm==4.66.2
zarr==2.17.1
linkml-runtime==1.7.3; python_version >= "3.9"
schemasheets==0.2.1; python_version >= "3.9"
oaklib==0.5.31; python_version >= "3.9"
pydantic==2.6.4 # linkml-runtime 1.6.0 and related packages require pydantic<2
pyyaml==6.0.1; python_version >= "3.9"

0 comments on commit a6f51ff

Please sign in to comment.