Skip to content

Commit

Permalink
Update changelog and pinned reqs for 3.1.0 (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jul 29, 2021
1 parent 7dd25a9 commit 44e0ba7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HDMF Changelog

## Upcoming (TBD)
## HDMF 3.1.0 (July 29, 2021)

### New features
- Added several features to simplify interaction with ``DynamicTable`` objects that link to other tables via
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ flake8==3.9.2
flake8-debugger==4.0.0
flake8-print==4.0.0
importlib-metadata==4.6.1
python-dateutil==2.8.1
tox==3.23.1
python-dateutil==2.8.2
tox==3.24.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# pinned dependencies to reproduce an entire development environment to use HDMF
h5py==3.3.0
numpy==1.21.0
numpy==1.21.1
scipy==1.7.0
pandas==1.3.0
pandas==1.3.1
ruamel.yaml==0.17.10
jsonschema==3.2.0
setuptools==57.1.0
setuptools==57.4.0

0 comments on commit 44e0ba7

Please sign in to comment.