From 386057b8adaacb688d69e1f28f20a7f39e664af3 Mon Sep 17 00:00:00 2001 From: Claudio Satriano Date: Thu, 4 Nov 2021 17:55:17 +0100 Subject: [PATCH] Release 1.0.4 --- .github/workflows/github-deploy.yml | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-deploy.yml b/.github/workflows/github-deploy.yml index 76c4da9..139802a 100644 --- a/.github/workflows/github-deploy.yml +++ b/.github/workflows/github-deploy.yml @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9586610..94e1bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Based on original code from [NIMH MEG Core Facility]. (c) 2021 Claudio Satriano -## unreleased +## v1.0.4 - 2021-11-04 - Use `versioneer` to generate package version - Add tests