From c9a9e7861f0d608ca25c9a4518c06062fdfe0f30 Mon Sep 17 00:00:00 2001 From: Jonas Windhager Date: Mon, 15 Mar 2021 22:38:27 +0100 Subject: [PATCH] Fixed deploy workflow --- .github/workflows/deploy.yml | 2 +- CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76499c8..01483be 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Python 3.7 uses: actions/setup-python@v2 with: - python-version: "3.7" + python-version: 3.7 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/CHANGELOG.md b/CHANGELOG.md index 078be01..020f906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v0.5.2] - 2021-03-15 +## [v0.5.3] - 2021-03-15 Updated documentation @@ -14,5 +14,5 @@ Updated documentation Last release before introducing this changelog -[v0.5.2]: https://github.com/BodenmillerGroup/napari-imc/compare/v0.5.1...v0.5.2 +[v0.5.3]: https://github.com/BodenmillerGroup/napari-imc/compare/v0.5.1...v0.5.3 [v0.5.1]: https://github.com/BodenmillerGroup/napari-imc/releases/tag/v0.5.1