Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Nov 4, 2021
1 parent 0fe188d commit 386057b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Fetch tags
run: |
git fetch --prune --unshallow --tags
git fetch --prune --unshallow --tags -f
echo exit code $?
git tag --list
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Fetch tags
run: |
git fetch --prune --unshallow --tags
git fetch --prune --unshallow --tags -f
echo exit code $?
git tag --list
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Based on original code from [NIMH MEG Core Facility].
(c) 2021 Claudio Satriano <satriano@ipgp.fr>


## unreleased
## v1.0.4 - 2021-11-04
- Use `versioneer` to generate package version
- Add tests

Expand Down

0 comments on commit 386057b

Please sign in to comment.