From 9930fa79e1db96286d5fb928e9002cc323825e67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:42:33 +0200 Subject: [PATCH] chore: release 0.7.1 (#37) :robot: I have created a release \*beep\* \*boop\* --- ### [0.7.1](https://www.github.com/snakemake/snakedeploy/compare/v0.7.0...v0.7.1) (2022-10-12) ### Bug Fixes * glob conda env files passed to related subcommands ([#36](https://www.github.com/snakemake/snakedeploy/issues/36)) ([c72d401](https://www.github.com/snakemake/snakedeploy/commit/c72d4011a8580eb6718395c9972a6446fcf711ab)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ snakedeploy/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a31aa6..79b0f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.7.1](https://www.github.com/snakemake/snakedeploy/compare/v0.7.0...v0.7.1) (2022-10-12) + + +### Bug Fixes + +* glob conda env files passed to related subcommands ([#36](https://www.github.com/snakemake/snakedeploy/issues/36)) ([c72d401](https://www.github.com/snakemake/snakedeploy/commit/c72d4011a8580eb6718395c9972a6446fcf711ab)) + ## [0.7.0](https://www.github.com/snakemake/snakedeploy/compare/v0.6.0...v0.7.0) (2022-10-11) diff --git a/snakedeploy/version.py b/snakedeploy/version.py index 9999849..1a504fa 100644 --- a/snakedeploy/version.py +++ b/snakedeploy/version.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2020-2021, Vanessa Sochat" __license__ = "MPL 2.0" -__version__ = "0.7.0" +__version__ = "0.7.1" AUTHOR = "Vanessa Sochat" AUTHOR_EMAIL = "vsochat@stanford.edu" NAME = "snakedeploy"