Skip to content

Commit

Permalink
Fix restricting click version to <8 (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 18, 2021
1 parent b5974dd commit db51148
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
command: |
python -m venv ../venv
. ../venv/bin/activate
pip install click<8 githubrelease
pip install "click<8" githubrelease
githubrelease release $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME \
create $CIRCLE_TAG --name $CIRCLE_TAG \
--publish ./dist/*
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HDMF Changelog

## HDMF 2.5.5 (May 17, 2021)

### Bug fix
- Fix incompatibility issue with downstream github-release tool used to deploy releases to GitHub. @rly (#614)

## HDMF 2.5.4 (May 17, 2021)

### Bug fix
Expand Down

0 comments on commit db51148

Please sign in to comment.